IEnumMoniker::Skip Method (Int32)
.NET Framework (current version)
Skips a specified number of items in the enumeration sequence.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- celt
-
Type:
System::Int32
The number of elements to skip in the enumeration.
Return Value
Type: System::Int32S_OK if the number of elements skipped equals the celt parameter; otherwise, S_FALSE.
For more information about IEnumMoniker::Skip, see the MSDN Library.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: