다음을 통해 공유


IEnumConnectionPoints.Next Method

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

Syntax

‘선언
Function Next ( _
    cConnections As UInteger, _
    <OutAttribute> ppCP As IConnectionPoint(), _
    <OutAttribute> ByRef pcFetched As UInteger _
) As Integer
int Next(
    uint cConnections,
    IConnectionPoint[] ppCP,
    out uint pcFetched
)

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IEnumConnectionPoints Interface

Microsoft.VisualStudio.OLE.Interop Namespace