Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Manages parsing of the search query string.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("7E6C0144-256B-46B5-B4A7-0005C86CF85F")> _
Public Interface IVsSearchQueryParser
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("7E6C0144-256B-46B5-B4A7-0005C86CF85F")]
public interface IVsSearchQueryParser
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"7E6C0144-256B-46B5-B4A7-0005C86CF85F")]
public interface class IVsSearchQueryParser
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("7E6C0144-256B-46B5-B4A7-0005C86CF85F")>]
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