VSSEARCHSTARTTYPE Enumeration

Specifies when the search will start.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace