Expand Minimize
This topic has not yet been rated - Rate this topic

_VSOBSEARCHOPTIONS Enumeration

Specifies attributes for a search request.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)

public enum _VSOBSEARCHOPTIONS
public enum _VSOBSEARCHOPTIONS
public enum _VSOBSEARCHOPTIONS
 Member nameDescription
VSOBSO_CASESENSITIVESpecifies that search should be case sensitive. 
VSOBSO_LOOKINREFSSpecifies that references should be requested. 
VSOBSO_NONEIndicates no options are specified. 

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.