IVsSearchQueryParser::Parse Method (String^)

 

Parses the search string and returns the search query.

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

IVsSearchQuery^ Parse(
	String^ pszSearchString
)

Parameters

pszSearchString
Type: System::String^

[in] The search string to parse.

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsSearchQuery^

The search query.

Return to top
Show: