ComUtilities::EnumerableFrom Method (IVsEnumGuids^)

 

Gets a .NET-style enumerator (IEnumerable<Guid>) from the specified Visual Studio COM enumeration interface.

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

public:
static IEnumerable<Guid>^ EnumerableFrom(
	IVsEnumGuids^ enumerator
)

Parameters

enumerator
Type: Microsoft.VisualStudio.Shell.Interop::IVsEnumGuids^

The Visual-Studio COM enumeration (IVsEnumGuids).

Return Value

Type: System.Collections.Generic::IEnumerable<Guid>^

The .NET-style enumerator.

Return to top
Show: