PropertyValueEditor 构造函数

定义

创建 PropertyValueEditor 类的新实例。

重载

PropertyValueEditor()

创建 PropertyValueEditor 类的新实例。

PropertyValueEditor(DataTemplate)

使用用于内联编辑器的指定的 DataTemplate 创建 PropertyValueEditor 类的新实例。

PropertyValueEditor()

创建 PropertyValueEditor 类的新实例。

public:
 PropertyValueEditor();
public PropertyValueEditor ();
Public Sub New ()

适用于

PropertyValueEditor(DataTemplate)

使用用于内联编辑器的指定的 DataTemplate 创建 PropertyValueEditor 类的新实例。

public:
 PropertyValueEditor(System::Windows::DataTemplate ^ inlineEditorTemplate);
public PropertyValueEditor (System.Windows.DataTemplate inlineEditorTemplate);
new System.Activities.Presentation.PropertyEditing.PropertyValueEditor : System.Windows.DataTemplate -> System.Activities.Presentation.PropertyEditing.PropertyValueEditor
Public Sub New (inlineEditorTemplate As DataTemplate)

参数

inlineEditorTemplate
DataTemplate

内联编辑器 DataTemplate 用于创建新的属性值编辑器。

适用于