IEnumFORMATETC.Next(UInt32, FORMATETC[], UInt32[]) Method

Definition

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

Parameters

celt
UInt32
rgelt
FORMATETC[]
pceltFetched
UInt32[]

Returns

Applies to