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
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("4ABDC811-9CC0-4E07-B34A-442D6CC2C29A")]
public interface IVsSearchFilterToken : IVsSearchToken

NameDescription
System_CAPS_pubpropertyFilterField

Gets the filter name and field, with quotes removed and characters not escaped.

System_CAPS_pubpropertyFilterSeparatorPosition

Gets the position of the filter field separator in the original text of the token.

System_CAPS_pubpropertyFilterTokenType

Gets the filter token type.

System_CAPS_pubpropertyFilterValue

Gets the filter value, with quotes removed and characters not escaped.

System_CAPS_pubpropertyOriginalTokenText

System_CAPS_pubpropertyParsedTokenText

System_CAPS_pubpropertyParseError

System_CAPS_pubpropertyTokenStartPosition

Return to top
Show: