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 设计器扩展性