IEnumTargetFrameworks.Next(UInt32, UInt32[], UInt32) Yöntem

Tanım

Desteklenen hedef çerçeveleri alır.

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

Parametreler

celt
UInt32

Hedef çerçeve sürümleri sayısı.

rgFrameworks
UInt32[]

Döndürülen hedef çerçevelere bir başvuru.

pceltFetched
UInt32

Döndürülen hedef çerçeve 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

Compsvcspkg90. IDL adresinden:

HRESULT Next(  
    [in] ULONG celt,  
    [out, size_is(celt), length_is(*pceltFetched)] BSTR * rgFrameworks,  
    [out] ULONG *pceltFetched  
);  

Şunlara uygulanır