IVsSearchQueryParser Interface

 

Manages parsing of the search query string.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("7E6C0144-256B-46B5-B4A7-0005C86CF85F")]
public interface IVsSearchQueryParser

NameDescription
System_CAPS_pubmethodBuildSearchString(IVsSearchQuery)

Retrieves a search string built from the specified search query.

System_CAPS_pubmethodBuildSearchStringFromTokens(UInt32, IVsSearchToken[])

Retrieves a search string built from a sequence of tokens.

System_CAPS_pubmethodGetSearchFilterToken(String, String, UInt32)

Retrieves a search filter token built from the specified filter token components.

System_CAPS_pubmethodGetSearchToken(String)

Retrieves a search token that parses to the specified token text.

System_CAPS_pubmethodParse(String)

Parses the search string and returns the search query.

Return to top
Show: