IVsSearchToken Interface

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
Public property OriginalTokenText Gets the original text of the token.
Public property ParsedTokenText Gets the token text, with quotes removed and characters unescaped.
Public property ParseError Gets any error that occurred while parsing the token.
Public property TokenStartPosition Gets the position of the token in the original text of the search query.

Top

Methods

  Name Description
Public method _VtblGap1_2

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace