IVsSearchQueryParser.Parse(String) 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.
Parses the search string and returns the search query.
public:
Microsoft::VisualStudio::Shell::Interop::IVsSearchQuery ^ Parse(System::String ^ pszSearchString);
public:
Microsoft::VisualStudio::Shell::Interop::IVsSearchQuery ^ Parse(Platform::String ^ pszSearchString);
Microsoft::VisualStudio::Shell::Interop::IVsSearchQuery Parse(std::wstring const & pszSearchString);
public Microsoft.VisualStudio.Shell.Interop.IVsSearchQuery Parse (string pszSearchString);
abstract member Parse : string -> Microsoft.VisualStudio.Shell.Interop.IVsSearchQuery
Public Function Parse (pszSearchString As String) As IVsSearchQuery
Parameters
- pszSearchString
- String
[in] The search string to parse.
Returns
The search query.