PropertyValueEditor 构造函数 (DataTemplate)

初始化 PropertyValueEditor 类的新实例。

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

语法

声明
Public Sub New ( _
    inlineEditorTemplate As DataTemplate _
)
public PropertyValueEditor(
    DataTemplate inlineEditorTemplate
)
public:
PropertyValueEditor(
    DataTemplate^ inlineEditorTemplate
)
new : 
        inlineEditorTemplate:DataTemplate -> PropertyValueEditor
public function PropertyValueEditor(
    inlineEditorTemplate : DataTemplate
)

参数

.NET Framework 安全性

请参见

参考

PropertyValueEditor 类

PropertyValueEditor 重载

Microsoft.Windows.Design.PropertyEditing 命名空间

其他资源

属性编辑体系结构

WPF 设计器扩展性