IEnumWindowFrames Interface

Définition

Énumérateur pour une collection de fenêtres telles que les fenêtres ouvertes de document. Vous pouvez obtenir une instance de l'interface à l'aide des méthodes GetDocumentWindowEnum(IEnumWindowFrames) et GetToolWindowEnum(IEnumWindowFrames) de l'interface IVsUIShell.

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(1)>]
type IEnumWindowFrames = interface
Public Interface IEnumWindowFrames
Attributs

Méthodes

Clone(IEnumWindowFrames)

Clone cette interface IEnumWindowFrames en créant une autre instance.

Next(UInt32, IVsWindowFrame[], UInt32)

Récupère le groupe d'interfaces de frame de fenêtre (IVsWindowFrame) suivant.

Reset()

Retourne l'énumérateur à son état initial.

Skip(UInt32)

Saute un nombre spécifié d'interfaces de frame de fenêtre.

S’applique à