ComUtilities::EnumerableFrom Method (IVsUICollection^)
Visual Studio 2015
Converts a IVsUICollection to an IEnumerable<T>.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: static IEnumerable<IVsUIDataSource^>^ EnumerableFrom( IVsUICollection^ collection )
Parameters
- collection
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUICollection^
The collection
Return Value
Type: System.Collections.Generic::IEnumerable<IVsUIDataSource^>^Returns the IEnumerable.
Show: