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
[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
The IEnumWindowFrames type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | Clones this IEnumWindowFrames interface by creating another instance. | |
Next | Retrieves the next group of window frame interfaces (IVsWindowFrame). | |
Reset | Returns the enumerator to its initial state. | |
Skip | Skip over a specified number of window frame interfaces. |
Top