EnumerableComCollection<TComEnumerator, TEnumerated>::GetEnumerator Method ()

 

Gets the enumerator.

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

public:
virtual IEnumerator<TEnumerated>^ GetEnumerator() sealed

Return Value

Type: System.Collections.Generic::IEnumerator<TEnumerated>^

The enumerator.

Return to top
Show: