IVsSearchQueryParser.GetSearchToken(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.
Retrieves a search token that parses to the specified token text.
public:
Microsoft::VisualStudio::Shell::Interop::IVsSearchToken ^ GetSearchToken(System::String ^ pszTokenText);
public:
Microsoft::VisualStudio::Shell::Interop::IVsSearchToken ^ GetSearchToken(Platform::String ^ pszTokenText);
Microsoft::VisualStudio::Shell::Interop::IVsSearchToken GetSearchToken(std::wstring const & pszTokenText);
public Microsoft.VisualStudio.Shell.Interop.IVsSearchToken GetSearchToken (string pszTokenText);
abstract member GetSearchToken : string -> Microsoft.VisualStudio.Shell.Interop.IVsSearchToken
Public Function GetSearchToken (pszTokenText As String) As IVsSearchToken
Parameters
- pszTokenText
- String
[in] The token text.
Returns
The search token.