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 コンテキスト。

適用対象