FrameworkTemplate.Template 属性

定义

获取或设置一个引用,该引用指向当编写器定义或应用模板时用于录制或播放模板的 XAML 节点的对象。

public:
 property System::Windows::TemplateContent ^ Template { System::Windows::TemplateContent ^ get(); void set(System::Windows::TemplateContent ^ value); };
[System.Windows.Markup.Ambient]
public System.Windows.TemplateContent Template { get; set; }
[<System.Windows.Markup.Ambient>]
member this.Template : System.Windows.TemplateContent with get, set
Public Property Template As TemplateContent

属性值

TemplateContent

对用于录制或播放模板的 XAML 节点的对象的引用。

属性

适用于

另请参阅