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

プロパティ値

テンプレートの XAML ノードを記録または再生するオブジェクトへの参照。

属性

適用対象

こちらもご覧ください