VSOBSEARCHCRITERIA2 Structure
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Return to top
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | dwCustom | DWORD specifying a custom search criteria. |
![]() | eSrchType | Specifies the type of search to perform. Values are taken from the VSOBSEARCHTYPE enumeration. |
![]() | grfOptions | Specifies search options. Values are taken from the _VSOBSEARCHOPTIONS2 enumeration. |
![]() | pIVsNavInfo | Specifies an IVsNavInfo object to search. |
![]() | szName | 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.
Show:

