VsEnumerable<TComEnumerator, TComEnumerated, TEnumerated> Methods
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(TComEnumerator) | Creates a copy of the enumerator and all its descendants. The returned enumerator contains the same enumeration state as the current one. |
![]() | CreateEnumerator(IEnumerable<TEnumerated>^, Int32) | Creates a new instance of derived class that is the COM-enumerator over the enumerated collection, starting from the specified enumerator position. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetElement(TEnumerated, TComEnumerated) | Converts an element in the enumerated input collection of type TEnumerated to a TComEnumerated element to be returned by the Visual Studio-style enumerator. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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. |
![]() | 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. |
![]() | Reset() | Resets the enumeration sequence back to the beginning. |
![]() | Skip(UInt32) | Moves the current position in an enumeration ahead by a specified number of elements. |
![]() | ToString() | (Inherited from Object.) |

