ComUtilities::EnumerableFrom Method (IVsUIEnumDataSourceVerbs^)

 

Gets a .NET-style enumerator (IEnumerable<string>) 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<String^>^ EnumerableFrom(
	IVsUIEnumDataSourceVerbs^ enumerator
)

Parameters

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

The Visual-Studio COM enumeration (IVsUIEnumDataSourceVerbs).

Return Value

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

The .NET-style enumerator.

Return to top
Show: