_VSOBSEARCHOPTIONS Enumeration
Visual Studio 2015
Specifies attributes for a search request.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| VSOBSO_CASESENSITIVE | Specifies that search should be case sensitive. | |
| VSOBSO_LOOKINREFS | Specifies that references should be requested. | |
| VSOBSO_NONE | Indicates no options are specified. |
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.
Show: