VSOBSEARCHCRITERIA2 Structure

 

Specifies search options. Used with methods such as GetList2 and GetList2.

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

public struct VSOBSEARCHCRITERIA2

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfielddwCustom

DWORD specifying a custom search criteria.

System_CAPS_pubfieldeSrchType

Specifies the type of search to perform. Values are taken from the VSOBSEARCHTYPE enumeration.

System_CAPS_pubfieldgrfOptions

Specifies search options. Values are taken from the _VSOBSEARCHOPTIONS2 enumeration.

System_CAPS_pubfieldpIVsNavInfo

Specifies an IVsNavInfo object to search.

System_CAPS_pubfieldszName

String containing the object name.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: