Share via


IEnumWCFReferenceContracts.Next Method

Retrieves the next IVsWCFReferenceContract.

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

Syntax

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

Parameters

  • celt
    Type: UInt32

    Number of contract interfaces to return, or zero to indicate a request for all the objects.

  • pceltFetched
    Type: UInt32%

    Actual number of contract interfaces retrieved.

Return Value

Type: Int32

.NET Framework Security

See Also

Reference

IEnumWCFReferenceContracts Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace