IVsSearchQueryParser::BuildSearchStringFromTokens Method (UInt32, array<IVsSearchToken^>^)
Visual Studio 2015
Retrieves a search string built from a sequence of tokens.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
String^ BuildSearchStringFromTokens( unsigned int dwTokens, array<IVsSearchToken^>^ pSearchTokens )
Parameters
- dwTokens
-
Type:
System::UInt32
[in] The number of tokens.
- pSearchTokens
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::IVsSearchToken^>^
[in, size_is(dwTokens)] The tokens from which to build the search string.
Show: