共用方式為


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 內容。

適用於