ExtendedPropertyValueEditor 构造函数   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 ExtendedPropertyValueEditor 类的新实例。
重载
| ExtendedPropertyValueEditor() | 创建 ExtendedPropertyValueEditor 类的新实例,该实例没有指定的扩展和内联编辑器 DataTemplate 对象。 | 
| ExtendedPropertyValueEditor(DataTemplate, DataTemplate) | 使用指定的扩展和内联编辑器 ExtendedPropertyValueEditor 对象来创建 DataTemplate 类的新实例。 | 
ExtendedPropertyValueEditor()
创建 ExtendedPropertyValueEditor 类的新实例,该实例没有指定的扩展和内联编辑器 DataTemplate 对象。
public:
 ExtendedPropertyValueEditor();public ExtendedPropertyValueEditor ();Public Sub New ()适用于
ExtendedPropertyValueEditor(DataTemplate, DataTemplate)
使用指定的扩展和内联编辑器 ExtendedPropertyValueEditor 对象来创建 DataTemplate 类的新实例。
public:
 ExtendedPropertyValueEditor(System::Windows::DataTemplate ^ extendedEditorTemplate, System::Windows::DataTemplate ^ inlineEditorTemplate);public ExtendedPropertyValueEditor (System.Windows.DataTemplate extendedEditorTemplate, System.Windows.DataTemplate inlineEditorTemplate);new System.Activities.Presentation.PropertyEditing.ExtendedPropertyValueEditor : System.Windows.DataTemplate * System.Windows.DataTemplate -> System.Activities.Presentation.PropertyEditing.ExtendedPropertyValueEditorPublic Sub New (extendedEditorTemplate As DataTemplate, inlineEditorTemplate As DataTemplate)参数
- extendedEditorTemplate
- DataTemplate
用于弹出或固定的扩展编辑器的 DataTemplate。
- inlineEditorTemplate
- DataTemplate
用于内联编辑器的 DataTemplate。
注解
如果使用,则其 DataContext 设置为 PropertyValue。