IComEnumeratorRelay<TComEnumerator, TEnumerated> Interface

 

Provides typed enumeration methods.

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

public interface IComEnumeratorRelay<TComEnumerator, TEnumerated>

Type Parameters

TComEnumerator

A COM enumerator type (e.g. IEnumString).

TEnumerated

The type of the enumerator.

NameDescription
System_CAPS_pubmethodClone(TComEnumerator, TComEnumerator)

Clones the enumerator.

System_CAPS_pubmethodNextItems(TComEnumerator, UInt32, 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: