IVsSearchToken Interface

 

Describes a token composing a search query.

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

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("DB478CC1-3E66-467A-A893-EDE208E18CA1")]
public interface IVsSearchToken

NameDescription
System_CAPS_pubpropertyOriginalTokenText

Gets the original text of the token.

System_CAPS_pubpropertyParsedTokenText

Gets the token text, with quotes removed and characters unescaped.

System_CAPS_pubpropertyParseError

Gets any error that occurred while parsing the token.

System_CAPS_pubpropertyTokenStartPosition

Gets the position of the token in the original text of the search query.

Return to top
Show: