VsEnumerable<TComEnumerator, TComEnumerated, TEnumerated>::Skip Method (UInt32)
Visual Studio 2015
Moves the current position in an enumeration ahead by a specified number of elements.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- celt
-
Type:
System::UInt32
Number of elements to skip.
Return Value
Type: System::Int32S_OK if successful. If celt is greater than the number of elements left to enumerate, then this call skips to the end of the enumeration and S_FALSE is returned.
Show: