ExtendedPropertyValueEditor 构造函数

定义

创建 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.ExtendedPropertyValueEditor
Public Sub New (extendedEditorTemplate As DataTemplate, inlineEditorTemplate As DataTemplate)

参数

extendedEditorTemplate
DataTemplate

用于弹出或固定的扩展编辑器的 DataTemplate

inlineEditorTemplate
DataTemplate

用于内联编辑器的 DataTemplate

注解

如果使用,则其 DataContext 设置为 PropertyValue

适用于