Share via


VsEnumerable<TComEnumerator, TComEnumerated, TEnumerated>.Next Method

Include Protected Members
Include Inherited Members

Gets one or more elements starting at the current position in an enumeration.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Next(UInt32, array<TComEnumerated[], UInt32%) Gets one or more elements starting at the current position in an enumeration. This method advances the current position in the enumeration by celt elements, so that subsequent calls return the subsequent elements.
Public method Next(UInt32, array<TComEnumerated[], array<UInt32[]) Gets one or more elements starting at the current position in an enumeration. This method advances the current position in the enumeration by celt elements, so that subsequent calls return the subsequent elements.

Top

See Also

Reference

VsEnumerable<TComEnumerator, TComEnumerated, TEnumerated> Class

Microsoft.VisualStudio.Shell Namespace