VSSEARCHSTARTTYPE Enumeration
Visual Studio 2015
Specifies when the search will start.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| 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. |
Show: