語言

WindowCollection.Item[Int32] 屬性

定義

取得 Window 指定的索引上的 or 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

指定的WindowNavigationWindow索引或 。

屬性值

WindowNavigationWindow 物件。

適用於