_VSOBSEARCHOPTIONS Enumeration

Specifies attributes for a search request.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

‘선언
Public Enumeration _VSOBSEARCHOPTIONS
‘사용 방법
Dim instance As _VSOBSEARCHOPTIONS
public enum _VSOBSEARCHOPTIONS
public enum class _VSOBSEARCHOPTIONS
type _VSOBSEARCHOPTIONS
public enum _VSOBSEARCHOPTIONS

Members

Member name Description
VSOBSO_NONE Indicates no options are specified.
VSOBSO_CASESENSITIVE Specifies that search should be case sensitive.
VSOBSO_LOOKINREFS 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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace