IVsSearchQueryParser 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.
Manages parsing of the search query string.
public interface class IVsSearchQueryParser
public interface class IVsSearchQueryParser
__interface IVsSearchQueryParser
public interface IVsSearchQueryParser
[System.Runtime.InteropServices.Guid("7E6C0144-256B-46B5-B4A7-0005C86CF85F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchQueryParser
type IVsSearchQueryParser = interface
[<System.Runtime.InteropServices.Guid("7E6C0144-256B-46B5-B4A7-0005C86CF85F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSearchQueryParser = interface
Public Interface IVsSearchQueryParser
- Attributes
Methods
BuildSearchString(IVsSearchQuery) |
Retrieves a search string built from the specified search query. |
BuildSearchStringFromTokens(UInt32, IVsSearchToken[]) |
Retrieves a search string built from a sequence of tokens. |
GetSearchFilterToken(String, String, UInt32) |
Retrieves a search filter token built from the specified filter token components. |
GetSearchToken(String) |
Retrieves a search token that parses to the specified token text. |
Parse(String) |
Parses the search string and returns the search query. |