Retrieves a search filter token built from the specified filter token components.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Function GetSearchFilterToken ( _
    pszFilterField As String, _
    pszFilterValue As String, _
    dwFilterTokenType As UInteger _
) As IVsSearchFilterToken
IVsSearchFilterToken GetSearchFilterToken(
    string pszFilterField,
    string pszFilterValue,
    uint dwFilterTokenType
)
IVsSearchFilterToken^ GetSearchFilterToken(
    [InAttribute] String^ pszFilterField, 
    [InAttribute] String^ pszFilterValue, 
    [InAttribute] unsigned int dwFilterTokenType
)
abstract GetSearchFilterToken : 
        pszFilterField:string * 
        pszFilterValue:string * 
        dwFilterTokenType:uint32 -> IVsSearchFilterToken
function GetSearchFilterToken(
    pszFilterField : String, 
    pszFilterValue : String, 
    dwFilterTokenType : uint
) : IVsSearchFilterToken
Parameters
pszFilterField
Type: String[in] The filter token’s field.
pszFilterValue
Type: String[in] The filter token’s value.
dwFilterTokenType
Type: UInt32[in] The filter token type.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsSearchFilterToken
The search filter token.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.