ExtendedPropertyValueEditor.ExtendedEditorTemplate 屬性

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

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

語法

'宣告
Public Property ExtendedEditorTemplate As DataTemplate
    Get
    Set
public DataTemplate ExtendedEditorTemplate { get; set; }
public:
property DataTemplate^ ExtendedEditorTemplate {
    DataTemplate^ get ();
    void set (DataTemplate^ value);
}
member ExtendedEditorTemplate : DataTemplate with get, set
function get ExtendedEditorTemplate () : DataTemplate
function set ExtendedEditorTemplate (value : DataTemplate)

屬性值

型別:System.Windows.DataTemplate
會定義編輯器的 DataTemplate

備註

DataContext 屬性會設定為 PropertyValue

.NET Framework 安全性

請參閱

參考

ExtendedPropertyValueEditor 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

屬性編輯架構

WPF 設計工具擴充性