IVsSearchQuery.GetTokens(UInt32, IVsSearchToken[]) Yöntem

Tanım

Arama belirteçlerini alır.

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

Parametreler

dwMaxTokens
UInt32

'ndaki En fazla arama belirteçleri sayısı.

rgpSearchTokens
IVsSearchToken[]

[Out, size_is (dwMaxTokens), length_is (* Pdwtokensdöndürülecek)] Arama belirteçleri.

Döndürülenler

UInt32

İçinde döndürülen arama belirteçlerinin gerçek sayısı rgpSearchTokens .

Şunlara uygulanır