IEnumWindowFrames Interface

Enumerator for a collection of windows such as the open document windows. You can get an instance of the interface using the GetDocumentWindowEnum and GetToolWindowEnum methods of the IVsUIShell interface.

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

Syntax

'Declaration
<GuidAttribute("8C453B03-8907-435B-96D7-573C40948F5C")> _
<InterfaceTypeAttribute()> _
Public Interface IEnumWindowFrames
'Usage
Dim instance As IEnumWindowFrames
[GuidAttribute("8C453B03-8907-435B-96D7-573C40948F5C")]
[InterfaceTypeAttribute()]
public interface IEnumWindowFrames
[GuidAttribute(L"8C453B03-8907-435B-96D7-573C40948F5C")]
[InterfaceTypeAttribute()]
public interface class IEnumWindowFrames
public interface IEnumWindowFrames

Remarks

For more information, see Reference.ToolWindow Sample (C+).

See Also

Reference

IEnumWindowFrames Members

Microsoft.VisualStudio.Shell.Interop Namespace