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 上下文。

适用于