IVsSearchQueryParser.BuildSearchString(IVsSearchQuery) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a search string built from the specified search query.
public:
System::String ^ BuildSearchString(Microsoft::VisualStudio::Shell::Interop::IVsSearchQuery ^ pSearchQuery);
public:
Platform::String ^ BuildSearchString(Microsoft::VisualStudio::Shell::Interop::IVsSearchQuery ^ pSearchQuery);
std::wstring BuildSearchString(Microsoft::VisualStudio::Shell::Interop::IVsSearchQuery const & pSearchQuery);
public string BuildSearchString (Microsoft.VisualStudio.Shell.Interop.IVsSearchQuery pSearchQuery);
abstract member BuildSearchString : Microsoft.VisualStudio.Shell.Interop.IVsSearchQuery -> string
Public Function BuildSearchString (pSearchQuery As IVsSearchQuery) As String
Parameters
- pSearchQuery
- IVsSearchQuery
[in] The search query from which to build the search string.
Returns
The built search string.