SearchUtilities::GetSearchFilterToken Method (String^, String^, __VSSEARCHFILTERTOKENTYPE)
Visual Studio 2015
Creates and returns a search filter token built from the specified filter token components.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: static IVsSearchFilterToken^ GetSearchFilterToken( String^ filterField, String^ filterValue, __VSSEARCHFILTERTOKENTYPE filterTokenType )
Parameters
- filterField
-
Type:
System::String^
The filter field to use.
- filterValue
-
Type:
System::String^
The filter value to use.
- filterTokenType
-
Type:
Microsoft.VisualStudio.Shell.Interop::__VSSEARCHFILTERTOKENTYPE
The type of filter token to return.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsSearchFilterToken^Returns the search filter token specified.
Show: