WindowCollection.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックスにある 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 または NavigationWindow オブジェクト。