IEnumWCFReferenceContracts.Skip(UInt32) Method

Definition

Skips a specified number of IVsWCFReferenceContract interfaces.

public:
 void Skip(System::UInt32 celt);
public:
 void Skip(unsigned int celt);
void Skip(unsigned int celt);
public void Skip (uint celt);
abstract member Skip : uint32 -> unit
Public Sub Skip (celt As UInteger)

Parameters

celt
UInt32

The number of interfaces to skip.

Applies to