IEnumWindowFrames Interface

Definition

Enumerator for a collection of windows such as the open document windows. You can get an instance of the interface using the GetDocumentWindowEnum(IEnumWindowFrames) and GetToolWindowEnum(IEnumWindowFrames) methods of the IVsUIShell interface.

public interface class IEnumWindowFrames
public interface class IEnumWindowFrames
__interface IEnumWindowFrames
[System.Runtime.InteropServices.Guid("8C453B03-8907-435B-96D7-573C40948F5C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumWindowFrames
[System.Runtime.InteropServices.Guid("8C453B03-8907-435B-96D7-573C40948F5C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumWindowFrames
[<System.Runtime.InteropServices.Guid("8C453B03-8907-435B-96D7-573C40948F5C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumWindowFrames = interface
[<System.Runtime.InteropServices.Guid("8C453B03-8907-435B-96D7-573C40948F5C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumWindowFrames = interface
Public Interface IEnumWindowFrames
Attributes

Methods

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.

Applies to