AppWindow.UIContext 속성

정의

앱 창에 대한 UI 컨텍스트를 가져옵니다.

public:
 property UIContext ^ UIContext { UIContext ^ get(); };
UIContext UIContext();
public UIContext UIContext { get; }
var uIContext = appWindow.uIContext;
Public ReadOnly Property UIContext As UIContext

속성 값

앱 창의 UI 컨텍스트입니다.

적용 대상