Freigeben über


PropertyValueEditor-Konstruktor (DataTemplate)

Initialisiert eine neue Instanz der PropertyValueEditor-Klasse.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Sub New ( _
    inlineEditorTemplate As DataTemplate _
)
public PropertyValueEditor(
    DataTemplate inlineEditorTemplate
)
public:
PropertyValueEditor(
    DataTemplate^ inlineEditorTemplate
)
new : 
        inlineEditorTemplate:DataTemplate -> PropertyValueEditor
public function PropertyValueEditor(
    inlineEditorTemplate : DataTemplate
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValueEditor Klasse

PropertyValueEditor-Überladung

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

Eigenschaftenbearbeitungsarchitektur

WPF-Designer-Erweiterbarkeit