System.Runtime.InteropServices.ComTypes.IEnumSTATDATA.Skip Method

Skips 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 IEnumSTATDATA::Skip, see the MSDN Library.

Requirements

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