ContentControl.ContentTemplateRoot 属性

定义

获取 ContentTemplate 属性指定的数据模板的根元素。

public:
 property UIElement ^ ContentTemplateRoot { UIElement ^ get(); };
UIElement ContentTemplateRoot();
public UIElement ContentTemplateRoot { get; }
var uIElement = contentControl.contentTemplateRoot;
Public ReadOnly Property ContentTemplateRoot As UIElement

属性值

ContentTemplate 属性指定的数据模板的根元素。 默认值为 null

适用于