共用方式為


ExtendedPropertyValueEditor.ExtendedEditorTemplate 屬性

更新:2007 年 11 月

取得或設定用於擴充式快顯/固定編輯器的 DataTemplate

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

語法

Public Property ExtendedEditorTemplate As DataTemplate

Dim instance As ExtendedPropertyValueEditor
Dim value As DataTemplate

value = instance.ExtendedEditorTemplate

instance.ExtendedEditorTemplate = value
public DataTemplate ExtendedEditorTemplate { get; set; }
public:
property DataTemplate^ ExtendedEditorTemplate {
    DataTemplate^ get ();
    void set (DataTemplate^ value);
}
public function get ExtendedEditorTemplate () : DataTemplate
public function set ExtendedEditorTemplate (value : DataTemplate)

屬性值

型別:System.Windows.DataTemplate

備註

DataContext 屬性會設定為 PropertyValue

使用權限

請參閱

參考

ExtendedPropertyValueEditor 類別

ExtendedPropertyValueEditor 成員

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

屬性編輯架構

WPF 設計工具擴充性