VSOBSEARCHCRITERIA2 Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies search options. Used with methods such as GetList2(UInt32, UInt32, UInt32, VSOBSEARCHCRITERIA2[], IVsObjectList2) and GetList2(UInt32, UInt32, VSOBSEARCHCRITERIA2[], IVsObjectList2).
public value class VSOBSEARCHCRITERIA2
	struct VSOBSEARCHCRITERIA2
	public struct VSOBSEARCHCRITERIA2
	type VSOBSEARCHCRITERIA2 = struct
	Public Structure VSOBSEARCHCRITERIA2
		- Inheritance
 - 
				VSOBSEARCHCRITERIA2
 
Fields
| 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.  |