Share via


WindowCollection.Item[Int32] 屬性

定義

在指定的索引取得 WindowNavigationWindow 物件。

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 的索引。

屬性值

Window

WindowNavigationWindow 物件。

適用於