Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies attributes for a search request.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration _VSOBSEARCHOPTIONS
public enum _VSOBSEARCHOPTIONS
public enum class _VSOBSEARCHOPTIONS
type _VSOBSEARCHOPTIONS
public enum _VSOBSEARCHOPTIONS
Members
| 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. |
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.