IVsSearchQueryParser Interface
Manages parsing of the search query string.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("7E6C0144-256B-46B5-B4A7-0005C86CF85F")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsSearchQueryParser
[GuidAttribute("7E6C0144-256B-46B5-B4A7-0005C86CF85F")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchQueryParser
[GuidAttribute(L"7E6C0144-256B-46B5-B4A7-0005C86CF85F")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsSearchQueryParser
[<GuidAttribute("7E6C0144-256B-46B5-B4A7-0005C86CF85F")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSearchQueryParser = interface end
public interface IVsSearchQueryParser
The IVsSearchQueryParser type exposes the following members.
Methods
Name | Description | |
---|---|---|
BuildSearchString | Retrieves a search string built from the specified search query. | |
BuildSearchStringFromTokens | Retrieves a search string built from a sequence of tokens. | |
GetSearchFilterToken | Retrieves a search filter token built from the specified filter token components. | |
GetSearchToken | Retrieves a search token that parses to the specified token text. | |
Parse | Parses the search string and returns the search query. |
Top