IVsEnumWindowSearchOptions.Next Yöntem

Tanım

Sabit Listesi dizisinde belirtilen sayıda pencere arama seçeneğini alır.

public:
 int Next(System::UInt32 celt, cli::array <Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchOption ^> ^ rgelt, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
int Next(unsigned int celt, std::Array <Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchOption const &> const & rgelt, [Runtime::InteropServices::Out] unsigned int & pceltFetched);
public int Next (uint celt, Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchOption[] rgelt, out uint pceltFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchOption[] *  -> int
Public Function Next (celt As UInteger, rgelt As IVsWindowSearchOption(), ByRef pceltFetched As UInteger) As Integer

Parametreler

celt
UInt32

'ndaki Alınacak pencere arama seçeneklerinin istenen sayısı.

rgelt
IVsWindowSearchOption[]

[Out, size_is (celt), length_is (* Pceltfettiz)] IVsEnumWindowSearchOptions Alınan nesnelerin listesi.

pceltFetched
UInt32

dışı İçinde sağlanan pencere arama seçeneklerinin gerçek sayısının işaretçisi rgelt . İse null değerini döndürür celt .

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Şunlara uygulanır