IVsSearchQueryParser Interface

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
Public method BuildSearchString Retrieves a search string built from the specified search query.
Public method BuildSearchStringFromTokens Retrieves a search string built from a sequence of tokens.
Public method GetSearchFilterToken Retrieves a search filter token built from the specified filter token components.
Public method GetSearchToken Retrieves a search token that parses to the specified token text.
Public method Parse Parses the search string and returns the search query.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace