IEnumIDListSkip Method

Skips the specified number of elements in the enumeration sequence.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
void Skip(
	uint count
)

Parameters

count  UInt32
The number of item identifiers to skip.

See Also