IEnumWindowFrames Interface
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IEnumWindowFrames) | Clones this IEnumWindowFrames interface by creating another instance. |
![]() | Next(UInt32, IVsWindowFrame[], UInt32) | Retrieves the next group of window frame interfaces (IVsWindowFrame). |
![]() | Reset() | Returns the enumerator to its initial state. |
![]() | Skip(UInt32) | Skip over a specified number of window frame interfaces. |
Show:
