XamlRoot.Content 属性

定义

获取 XAML 元素树的根元素。

public:
 property UIElement ^ Content { UIElement ^ get(); };
UIElement Content();
public UIElement Content { get; }
var uIElement = xamlRoot.content;
Public ReadOnly Property Content As UIElement

属性值

XAML 元素树的根元素。

适用于