DialogPropertyValueEditor 构造函数 (DataTemplate, DataTemplate)

初始化 DialogPropertyValueEditor 类的新实例。

命名空间:  Microsoft.Windows.Design.PropertyEditing
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public Sub New ( _
    dialogEditorTemplate As DataTemplate, _
    inlineEditorTemplate As DataTemplate _
)
public DialogPropertyValueEditor(
    DataTemplate dialogEditorTemplate,
    DataTemplate inlineEditorTemplate
)
public:
DialogPropertyValueEditor(
    DataTemplate^ dialogEditorTemplate, 
    DataTemplate^ inlineEditorTemplate
)
new : 
        dialogEditorTemplate:DataTemplate * 
        inlineEditorTemplate:DataTemplate -> DialogPropertyValueEditor
public function DialogPropertyValueEditor(
    dialogEditorTemplate : DataTemplate, 
    inlineEditorTemplate : DataTemplate
)

参数

.NET Framework 安全性

请参见

参考

DialogPropertyValueEditor 类

DialogPropertyValueEditor 重载

Microsoft.Windows.Design.PropertyEditing 命名空间

PropertyEntry

PropertyValue

PropertyValueEditorCommands

IInputElement

其他资源

属性编辑体系结构

WPF 设计器扩展性