Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes a token composing a search query.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("DB478CC1-3E66-467A-A893-EDE208E18CA1")> _
Public Interface IVsSearchToken
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("DB478CC1-3E66-467A-A893-EDE208E18CA1")]
public interface IVsSearchToken
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"DB478CC1-3E66-467A-A893-EDE208E18CA1")]
public interface class IVsSearchToken
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("DB478CC1-3E66-467A-A893-EDE208E18CA1")>]
type IVsSearchToken =  interface end
public interface IVsSearchToken
The IVsSearchToken type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]()  | 
OriginalTokenText | Gets the original text of the token. | 
![]()  | 
ParsedTokenText | Gets the token text, with quotes removed and characters unescaped. | 
![]()  | 
ParseError | Gets any error that occurred while parsing the token. | 
![]()  | 
TokenStartPosition | Gets the position of the token in the original text of the search query. | 
Top
Methods
| Name | Description | |
|---|---|---|
![]()  | 
_VtblGap1_2 | 
Top
.gif)
.gif)