IVsEnumNavInfoNodes.Next(UInt32, IVsNavInfoNode[], UInt32) Método

Definição

Recupera um número especificado de itens de nó na sequência de enumeração.

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

Parâmetros

celt
UInt32

no O número de elementos que estão sendo solicitados.

rgelt
IVsNavInfoNode[]

fora Uma matriz do tipo IVsNavInfoNode que contém itens de nó solicitados.

pceltFetched
UInt32

[saída, opcional] O número de elementos fornecidos no rgelt . O chamador pode passar null se celt for um.

Retornos

Int32

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

Comentários

Assinatura COM

De vsshell80. idl:

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

Aplica-se a