System.Runtime.InteropServices.UCOMIEnumConnectionPoints.Skip Method

Skips over a specified number of items in the enumeration sequence.

Syntax

public int Skip (int celt)

Parameters

celt
The number of elements to skip in the enumeration.

Returns

S_OK if the number of elements skipped equals the celt parameter; otherwise, S_FALSE.

Remarks

For more information about IEnumConnectionPoints::Skip, see the MSDN Library.

Requirements

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0