共用方式為


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

適用於