Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the search start type of the common search control. Default is delayed; start type can be instant(SST_INSTANT), delayed(SST_DELAYED) or on-demand(SST_ONDEMAND).
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Property SearchStartType As VSSEARCHSTARTTYPE
public VSSEARCHSTARTTYPE SearchStartType { get; set; }
public:
property VSSEARCHSTARTTYPE SearchStartType {
VSSEARCHSTARTTYPE get ();
void set (VSSEARCHSTARTTYPE value);
}
member SearchStartType : VSSEARCHSTARTTYPE with get, set
function get SearchStartType () : VSSEARCHSTARTTYPE
function set SearchStartType (value : VSSEARCHSTARTTYPE)
Property Value
Type: Microsoft.VisualStudio.Shell.Interop.VSSEARCHSTARTTYPE
Returns the search start type of the control.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.