IVsSearchQuery.GetTokens(UInt32, IVsSearchToken[]) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém os tokens de pesquisa.
public:
System::UInt32 GetTokens(System::UInt32 dwMaxTokens, cli::array <Microsoft::VisualStudio::Shell::Interop::IVsSearchToken ^> ^ rgpSearchTokens);
public:
unsigned int GetTokens(unsigned int dwMaxTokens, Platform::Array <Microsoft::VisualStudio::Shell::Interop::IVsSearchToken ^> ^ rgpSearchTokens);
unsigned int GetTokens(unsigned int dwMaxTokens, std::Array <Microsoft::VisualStudio::Shell::Interop::IVsSearchToken const &> const & rgpSearchTokens);
public uint GetTokens (uint dwMaxTokens, Microsoft.VisualStudio.Shell.Interop.IVsSearchToken[] rgpSearchTokens);
abstract member GetTokens : uint32 * Microsoft.VisualStudio.Shell.Interop.IVsSearchToken[] -> uint32
Public Function GetTokens (dwMaxTokens As UInteger, rgpSearchTokens As IVsSearchToken()) As UInteger
Parâmetros
- dwMaxTokens
- UInt32
no O número máximo de tokens de pesquisa.
- rgpSearchTokens
- IVsSearchToken[]
[out, size_is (dwMaxTokens), length_is (* pdwTokensReturned)] Os tokens de pesquisa.
Retornos
O número real de tokens de pesquisa retornados em rgpSearchTokens .