VSSEARCHSTARTTYPE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies when the search will start.
public enum class VSSEARCHSTARTTYPE
public enum class VSSEARCHSTARTTYPE
enum VSSEARCHSTARTTYPE
public enum VSSEARCHSTARTTYPE
type VSSEARCHSTARTTYPE =
Public Enum VSSEARCHSTARTTYPE
- Inheritance
-
VSSEARCHSTARTTYPE
Fields
SST_DELAYED | 1 | The search starts after a delay that begins since the user last pressed a character in the search box, typically 1 second. |
SST_INSTANT | 0 | The search starts immediately after the user presses a character. |
SST_ONDEMAND | 2 | The search only starts when the Enter key is pressed. |