IEnumSystemAssemblies.Next(UInt32, String[], UInt32) Método

Definição

Recupera o próximo assembly do sistema.

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

Parâmetros

celt
UInt32

O número de assemblies a serem retornados.

rgAssemblies
String[]

Uma referência aos assemblies retornados.

pceltFetched
UInt32

Número de assemblies do sistema retornados.

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 * rgAssemblies,  
    [out] ULONG *pceltFetched  
);  

Aplica-se a