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.
Specifies when the search will start.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Public Enumeration VSSEARCHSTARTTYPE
public enum VSSEARCHSTARTTYPE
public enum class VSSEARCHSTARTTYPE
type VSSEARCHSTARTTYPE
public enum VSSEARCHSTARTTYPE
Members
Member name | Description | |
---|---|---|
SST_DELAYED | The search starts after a delay that begins since the user last pressed a character in the search box, typically 1 second. | |
SST_INSTANT | The search starts immediately after the user presses a character. | |
SST_ONDEMAND | The search only starts when the Enter key is pressed. |