PropertyValueEditor 构造函数

定义

创建类的新实例 PropertyValueEditor

重载

名称 说明
PropertyValueEditor()

创建类的新实例 PropertyValueEditor

PropertyValueEditor(DataTemplate)

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

PropertyValueEditor()

创建类的新实例 PropertyValueEditor

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

适用于

PropertyValueEditor(DataTemplate)

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

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

适用于