VSSEARCHSTARTTYPE Enumeration

 

Specifies when the search will start.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

public enum VSSEARCHSTARTTYPE

Member nameDescription
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.

Return to top
Show: