Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
[<GuidAttribute("8C453B03-8907-435B-96D7-573C40948F5C")>]
[<InterfaceTypeAttribute()>]
type IEnumWindowFrames = interface end
public interface IEnumWindowFrames
Remarks
For more information, see Reference.ToolWindow Sample (C++).