다음을 통해 공유


IEnumUnknown.Next Method

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

Syntax

‘선언
Function Next ( _
    celt As UInteger, _
    <OutAttribute> rgelt As Object(), _
    <OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
int Next(
    uint celt,
    Object[] rgelt,
    out uint pceltFetched
)

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IEnumUnknown Interface

Microsoft.VisualStudio.OLE.Interop Namespace