XamlRoot.UIContext プロパティ

定義

ビューのコンテキスト識別子を取得します。

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

プロパティ値

ビューのコンテキスト識別子。

適用対象