Udostępnij za pośrednictwem


IEnumFORMATETC.Next Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Function Next ( _
    celt As UInteger, _
    <OutAttribute> rgelt As FORMATETC(), _
    <OutAttribute> pceltFetched As UInteger() _
) As Integer
int Next(
    uint celt,
    FORMATETC[] rgelt,
    uint[] pceltFetched
)
int Next(
    [InAttribute] unsigned int celt, 
    [OutAttribute] array<FORMATETC>^ rgelt, 
    [OutAttribute] array<unsigned int>^ pceltFetched
)
abstract Next : 
        celt:uint32 * 
        rgelt:FORMATETC[] byref * 
        pceltFetched:uint32[] byref -> int 
function Next(
    celt : uint, 
    rgelt : FORMATETC[], 
    pceltFetched : uint[]
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IEnumFORMATETC Interface

Microsoft.VisualStudio.OLE.Interop Namespace