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)

[GuidAttribute("8C453B03-8907-435B-96D7-573C40948F5C")]
[InterfaceTypeAttribute(1)]
public interface IEnumWindowFrames

NameDescription
System_CAPS_pubmethodClone(IEnumWindowFrames)

Clones this IEnumWindowFrames interface by creating another instance.

System_CAPS_pubmethodNext(UInt32, IVsWindowFrame[], UInt32)

Retrieves the next group of window frame interfaces (IVsWindowFrame).

System_CAPS_pubmethodReset()

Returns the enumerator to its initial state.

System_CAPS_pubmethodSkip(UInt32)

Skip over a specified number of window frame interfaces.

Return to top
Show: