Share via


IEnumWCFReferenceContracts.Skip Method

Skips a specified number of IVsWCFReferenceContract interfaces.

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

Syntax

'Declaration
Sub Skip ( _
    celt As UInteger _
)
void Skip(
    uint celt
)
void Skip(
    [InAttribute] unsigned int celt
)
abstract Skip : 
        celt:uint32 -> unit
function Skip(
    celt : uint
)

Parameters

  • celt
    Type: UInt32

    The number of interfaces to skip.

.NET Framework Security

See Also

Reference

IEnumWCFReferenceContracts Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace