Freigeben über


PropertyValueEditor Konstruktoren

Definition

Erstellt eine neue Instanz der PropertyValueEditor-Klasse.

Überlädt

PropertyValueEditor()

Erstellt eine neue Instanz der PropertyValueEditor-Klasse.

PropertyValueEditor(DataTemplate)

Erstellt eine neue Instanz der PropertyValueEditor-Klasse mit der angegebenen DataTemplate, die für einen Inline-Editor verwendet wird.

PropertyValueEditor()

Erstellt eine neue Instanz der PropertyValueEditor-Klasse.

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

Gilt für

PropertyValueEditor(DataTemplate)

Erstellt eine neue Instanz der PropertyValueEditor-Klasse mit der angegebenen DataTemplate, die für einen Inline-Editor verwendet wird.

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)

Parameter

inlineEditorTemplate
DataTemplate

Der Inline-Editor DataTemplate, der zum Erstellen des neuen Eigenschaftswert-Editors verwendet wird.

Gilt für