IEnumWindowFrames.Next(UInt32, IVsWindowFrame[], UInt32) Yöntem

Tanım

Bir sonraki pencere çerçevesi arabirimi () grubunu alır IVsWindowFrame .

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

Parametreler

celt
UInt32

'ndaki Döndürülecek pencere çerçevesi arabirimlerinin sayısı veya tüm nesneler için bir istek belirtmek için sıfır.

rgelt
IVsWindowFrame[]

dışı IVsWindowFrame Nesne dizisi. pceltFetchedNesneleri içerir.

pceltFetched
UInt32

dışı Alınan gerçek arabirim sayısı.

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.

Açıklamalar

COM Imzası

Vsshell. IDL dosyasından:

HRESULT IEnumWindowFrames::Next(  
   [in] ULONG celt,   
   [out, size_is(celt),   
   length_is(*pceltFetched)] IVsWindowFrame **rgelt,   
   [out] ULONG *pceltFetched  
);  

Şunlara uygulanır