Číst v angličtině

Sdílet prostřednictvím


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
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