PropertyValueEditor Konstruktoren

Definition

Erstellt eine neue Instanz der PropertyValueEditor Klasse.

Überlädt

Name Beschreibung
PropertyValueEditor()

Erstellt eine neue Instanz der PropertyValueEditor Klasse.

PropertyValueEditor(DataTemplate)

Erstellt eine neue Instanz der PropertyValueEditor Klasse mit dem angegebenen DataTemplate , der 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 dem angegebenen DataTemplate , der 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 zum Erstellen des neuen Eigenschaftswert-Editors.

Gilt für: