WindowCollection.Item[Int32] Propriété

Définition

Obtient l'objet Window ou NavigationWindow à l'index spécifié.

public:
 property System::Windows::Window ^ default[int] { System::Windows::Window ^ get(int index); };
public System.Windows.Window this[int index] { get; }
member this.Item(int) : System.Windows.Window
Default Public ReadOnly Property Item(index As Integer) As Window

Paramètres

index
Int32

Index du Window ou NavigationWindow spécifié.

Valeur de propriété

Window

Objet Window ou NavigationWindow.

S’applique à