다음을 통해 공유


AppWindow.Content 속성

정의

창에 현재 연결된 앱 콘텐츠를 가져옵니다.

public:
 property UIContentRoot ^ Content { UIContentRoot ^ get(); };
UIContentRoot Content();
public UIContentRoot Content { get; }
var uIContentRoot = appWindow.content;
Public ReadOnly Property Content As UIContentRoot

속성 값

현재 창에 연결된 앱 콘텐츠입니다.

적용 대상