IVsSearchFilterToken Interface

Describes a token composing a search query that could belong to a search filter, usually having the name:value format.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("4ABDC811-9CC0-4E07-B34A-442D6CC2C29A")> _
Public Interface IVsSearchFilterToken _
    Inherits IVsSearchToken
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("4ABDC811-9CC0-4E07-B34A-442D6CC2C29A")]
public interface IVsSearchFilterToken : IVsSearchToken
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"4ABDC811-9CC0-4E07-B34A-442D6CC2C29A")]
public interface class IVsSearchFilterToken : IVsSearchToken
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("4ABDC811-9CC0-4E07-B34A-442D6CC2C29A")>]
type IVsSearchFilterToken =  
    interface 
        interface IVsSearchToken 
    end
public interface IVsSearchFilterToken extends IVsSearchToken

The IVsSearchFilterToken type exposes the following members.

Properties

  Name Description
Public property FilterField Gets the filter name and field, with quotes removed and characters not escaped.
Public property FilterSeparatorPosition Gets the position of the filter field separator in the original text of the token.
Public property FilterTokenType Gets the filter token type.
Public property FilterValue Gets the filter value, with quotes removed and characters not escaped.
Public property OriginalTokenText
Public property ParsedTokenText
Public property ParsedTokenText Gets the token text, with quotes removed and characters unescaped. (Inherited from IVsSearchToken.)
Public property ParseError
Public property TokenStartPosition

Top

Methods

  Name Description
Public method _VtblGap1_2 (Inherited from IVsSearchToken.)

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace