WindowCollection.Item[Int32] プロパティ

定義

指定したインデックスにある Window または NavigationWindow オブジェクトを取得します。

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

パラメーター

index
Int32

指定した Window または NavigationWindow のインデックス。

プロパティ値

Window

Window または NavigationWindow オブジェクト。

適用対象