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
'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("8C453B03-8907-435B-96D7-573C40948F5C")> _
Public Interface IEnumWindowFrames
'Utilisation
Dim instance As IEnumWindowFrames
[InterfaceTypeAttribute()]
[GuidAttribute("8C453B03-8907-435B-96D7-573C40948F5C")]
public interface IEnumWindowFrames
[InterfaceTypeAttribute()]
[GuidAttribute(L"8C453B03-8907-435B-96D7-573C40948F5C")]
public interface class IEnumWindowFrames
public interface IEnumWindowFrames
Remarks
For more information, see Reference.ToolWindow Sample (C++).