VsEnumerableEx<TComEnumerator, TComEnumerated> Methods

 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubmethodClone(TComEnumerator)

Creates a copy of the enumerator and all its descendants. The returned enumerator contains the same enumeration state as the current one.

System_CAPS_protmethodCreateEnumerator(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.(Inherited from VsEnumerable<TComEnumerator, TComEnumerated, TEnumerated>.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetElement(TComEnumerated, 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.(Inherited from VsEnumerable<TComEnumerator, TComEnumerated>.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodNext(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.(Inherited from VsEnumerable<TComEnumerator, TComEnumerated, TEnumerated>.)

System_CAPS_pubmethodNext(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.(Inherited from VsEnumerable<TComEnumerator, TComEnumerated, TEnumerated>.)

System_CAPS_pubmethodReset()

Resets the enumeration sequence back to the beginning.

System_CAPS_pubmethodSkip(UInt32)

Moves the current position in an enumeration ahead by a specified number of elements.(Inherited from VsEnumerable<TComEnumerator, TComEnumerated, TEnumerated>.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: