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.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
<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 | |
---|---|---|
FilterField | Gets the filter name and field, with quotes removed and characters not escaped. | |
FilterSeparatorPosition | Gets the position of the filter field separator in the original text of the token. | |
FilterTokenType | Gets the filter token type. | |
FilterValue | Gets the filter value, with quotes removed and characters not escaped. | |
OriginalTokenText | ||
ParsedTokenText | ||
ParsedTokenText | Gets the token text, with quotes removed and characters unescaped. (Inherited from IVsSearchToken.) | |
ParseError | ||
TokenStartPosition |
Top
Methods
Name | Description | |
---|---|---|
_VtblGap1_2 | (Inherited from IVsSearchToken.) |
Top