IVsSearchQueryParser Methods

 

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

NameDescription
System_CAPS_pubmethodBuildSearchString(IVsSearchQuery^)

Retrieves a search string built from the specified search query.

System_CAPS_pubmethodBuildSearchStringFromTokens(UInt32, array<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: