IVsSearchToken Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |