IEnumConnections.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> rgcd As CONNECTDATA(), _
    <OutAttribute> ByRef pcFetched As UInteger _
) As Integer
'使用
Dim instance As IEnumConnections
Dim cConnections As UInteger
Dim rgcd As CONNECTDATA()
Dim pcFetched As UInteger
Dim returnValue As Integer

returnValue = instance.Next(cConnections, _
    rgcd, pcFetched)
int Next(
    uint cConnections,
    CONNECTDATA[] rgcd,
    out uint pcFetched
)
int Next(
    [InAttribute] unsigned int cConnections, 
    [OutAttribute] array<CONNECTDATA>^ rgcd, 
    [OutAttribute] unsigned int% pcFetched
)
function Next(
    cConnections : uint, 
    rgcd : CONNECTDATA[], 
    pcFetched : uint
) : int

Parameters

  • rgcd
    Type: []

Return Value

Type: System.Int32

Permissions

See Also

Reference

IEnumConnections Interface

IEnumConnections Members

Microsoft.VisualStudio.OLE.Interop Namespace