WindowCollection.Item[Int32] Propriété

Définition

Obtient le ou Window l’objet 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 de l’objet spécifié Window ou NavigationWindow.

Valeur de propriété

Objet Window ou NavigationWindow.

S’applique à