共用方式為


CategoryEditor.EditorTemplate 屬性

在衍生類別中覆寫時,取得 DataTemplate 做為 CategoryEditor 的 UI。

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property EditorTemplate As DataTemplate
    Get
public abstract DataTemplate EditorTemplate { get; }
public:
virtual property DataTemplate^ EditorTemplate {
    DataTemplate^ get () abstract;
}
abstract EditorTemplate : DataTemplate
abstract function get EditorTemplate () : DataTemplate

屬性值

型別:System.Windows.DataTemplate
表示編輯器範本的 DataTemplate 物件。

備註

DataTemplate 的資料內容設定為 CategoryEntry

.NET Framework 安全性

請參閱

參考

CategoryEditor 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

屬性編輯架構

WPF 設計工具擴充性