IEnumTargetFrameworks.Next(UInt32, UInt32[], UInt32) Método

Definição

Recupera estruturas de destino com suporte.

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

Parâmetros

celt
UInt32

O número de versões da estrutura de destino.

rgFrameworks
UInt32[]

Uma referência às estruturas de destino retornadas.

pceltFetched
UInt32

O número de estruturas de destino retornadas.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

De compsvcspkg90. idl:

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

Aplica-se a