IEnumIDListSkip Method
Skips the specified number of elements in the enumeration sequence.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Sub Skip (
count As UInteger
)
Dim instance As IEnumIDList
Dim count As UInteger
instance.Skip(count)
void Skip(
unsigned int count
)
abstract Skip :
count : uint32 -> unit
No code example is currently available or this language may not be supported.
Parameters
- count UInt32
-
The number of item identifiers to skip.