IComEnumeratorRelay<TComEnumerator, TEnumerated> Methods

 

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

NameDescription
System_CAPS_pubmethodClone(TComEnumerator, TComEnumerator)

Clones the enumerator.

System_CAPS_pubmethodNextItems(TComEnumerator, UInt32, array<TEnumerated>^, UInt32)

Gets the next chunk of items.

System_CAPS_pubmethodReset(TComEnumerator)

Resets the enumerator.

System_CAPS_pubmethodSkip(TComEnumerator, UInt32)

Skips the specified number of items.

Return to top
Show: