IVsSearchToken Interface

Definition

Describes a token composing a search query.

public interface class IVsSearchToken
public interface class IVsSearchToken
__interface IVsSearchToken
public interface IVsSearchToken
[System.Runtime.InteropServices.Guid("DB478CC1-3E66-467A-A893-EDE208E18CA1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchToken
type IVsSearchToken = interface
[<System.Runtime.InteropServices.Guid("DB478CC1-3E66-467A-A893-EDE208E18CA1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSearchToken = interface
Public Interface IVsSearchToken
Derived
Attributes

Properties

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.

Applies to