IEnumWindowFrames Members
Include Protected Members
Include Inherited Members
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.
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