UIElement.XamlRoot プロパティ

定義

この要素が表示される を XamlRoot 取得または設定します。

public:
 property XamlRoot ^ XamlRoot { XamlRoot ^ get(); void set(XamlRoot ^ value); };
XamlRoot XamlRoot();

void XamlRoot(XamlRoot value);
public XamlRoot XamlRoot { get; set; }
var xamlRoot = uIElement.xamlRoot;
uIElement.xamlRoot = xamlRoot;
Public Property XamlRoot As XamlRoot

プロパティ値

XamlRootこの要素が表示されている 。 既定値は、null です。

Windows の要件

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

注釈

が最初に UIElement 作成されると、 XamlRoot は を返します null。 ライブ XAML オブジェクトに親されると、その親と同じ XamlRoot オブジェクトが返されます。 の一般的なシナリオXamlRootnullは、アプリのコンストラクターから プロパティにアクセスする場合です。

適用対象