共用方式為


ExtendedPropertyValueEditor 建構函式 (DataTemplate, DataTemplate)

使用指定的擴充和內嵌編輯器 DataTemplate 物件,初始化 ExtendedPropertyValueEditor 類別的新執行個體。

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

語法

'宣告
Public Sub New ( _
    extendedEditorTemplate As DataTemplate, _
    inlineEditorTemplate As DataTemplate _
)
public ExtendedPropertyValueEditor(
    DataTemplate extendedEditorTemplate,
    DataTemplate inlineEditorTemplate
)
public:
ExtendedPropertyValueEditor(
    DataTemplate^ extendedEditorTemplate, 
    DataTemplate^ inlineEditorTemplate
)
new : 
        extendedEditorTemplate:DataTemplate * 
        inlineEditorTemplate:DataTemplate -> ExtendedPropertyValueEditor
public function ExtendedPropertyValueEditor(
    extendedEditorTemplate : DataTemplate, 
    inlineEditorTemplate : DataTemplate
)

參數

.NET Framework 安全性

請參閱

參考

ExtendedPropertyValueEditor 類別

ExtendedPropertyValueEditor 多載

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

屬性編輯架構

WPF 設計工具擴充性