IComEnumeratorRelay<TComEnumerator, TEnumerated>::Skip Method (TComEnumerator, UInt32)
Visual Studio 2015
Skips the specified number of items.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- enumerator
-
Type:
TComEnumerator
The enumerator.
- count
-
Type:
System::UInt32
The number of items to skip.
Return Value
Type: System::Int32
Show: