UIElement.UIContext プロパティ

定義

要素のコンテキスト識別子を取得します。

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

プロパティ値

要素のコンテキスト識別子。

Windows の要件

デバイス ファミリ
Windows 10, version 1903 (10.0.18362.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v8.0 で導入)

適用対象