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 또는 NavigationWindow 개체입니다.

적용 대상