_VSOBSEARCHOPTIONS Enum
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
C++/CX
public enum class _VSOBSEARCHOPTIONS
enum _VSOBSEARCHOPTIONS
public enum _VSOBSEARCHOPTIONS
type _VSOBSEARCHOPTIONS =
Public Enum _VSOBSEARCHOPTIONS
- Inheritance
-
_VSOBSEARCHOPTIONS
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. |
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.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |