IVsSearchQueryParser::GetSearchFilterToken Method (String^, String^, UInt32)
Visual Studio 2015
Retrieves a search filter token built from the specified filter token components.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
IVsSearchFilterToken^ GetSearchFilterToken( String^ pszFilterField, String^ pszFilterValue, unsigned int dwFilterTokenType )
Parameters
- pszFilterField
-
Type:
System::String^
[in] The filter token’s field.
- pszFilterValue
-
Type:
System::String^
[in] The filter token’s value.
- dwFilterTokenType
-
Type:
System::UInt32
[in] The filter token type.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsSearchFilterToken^The search filter token.
Show: