_VSOBSEARCHOPTIONS 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 attributes for a search request.
public enum class _VSOBSEARCHOPTIONS
public enum class _VSOBSEARCHOPTIONS
enum _VSOBSEARCHOPTIONS
public enum _VSOBSEARCHOPTIONS
type _VSOBSEARCHOPTIONS =
Public Enum _VSOBSEARCHOPTIONS
- Inheritance
-
_VSOBSEARCHOPTIONS
Fields
Name | Value | Description |
---|---|---|
VSOBSO_NONE | 0 | Indicates no options are specified. |
VSOBSO_CASESENSITIVE | 1 | Specifies that search should be case sensitive. |
VSOBSO_LOOKINREFS | 2 | Specifies that references should be requested. |
Remarks
COM Signature
From vsshell.idl:
This enumeration is the data type of a member of the VSOBSEARCHCRITERIA structure. It specifies limits on the search to be performed for an object.