FrameworkTemplate.Template 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个引用,该引用指向当编写器定义或应用模板时用于录制或播放模板的 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
属性值
对用于录制或播放模板的 XAML 节点的对象的引用。
- 属性