다음을 통해 공유


ComUtilities.EnumerableFrom Method (IEnumWindowFrames)

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

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

Syntax

‘선언
Public Shared Function EnumerableFrom ( _
    enumerator As IEnumWindowFrames _
) As IEnumerable(Of IVsWindowFrame)
public static IEnumerable<IVsWindowFrame> EnumerableFrom(
    IEnumWindowFrames enumerator
)

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<IVsWindowFrame>
The .NET-style enumerator.

.NET Framework Security

See Also

Reference

ComUtilities Class

EnumerableFrom Overload

Microsoft.VisualStudio.Shell Namespace