IVsSearchQuery::GetTokens Method (UInt32, array<IVsSearchToken^>^)
Visual Studio 2015
Gets the search tokens.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
unsigned int GetTokens( unsigned int dwMaxTokens, array<IVsSearchToken^>^ rgpSearchTokens )
Parameters
- dwMaxTokens
-
Type:
System::UInt32
[in] The maximum number of search tokens.
- rgpSearchTokens
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::IVsSearchToken^>^
[out, size_is(dwMaxTokens), length_is(*pdwTokensReturned)] The search tokens.
Show: