Freigeben über


DialogPropertyValueEditor-Konstruktor (DataTemplate, DataTemplate)

Initialisiert eine neue Instanz der DialogPropertyValueEditor-Klasse.

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

Syntax

'Declaration
Public Sub New ( _
    dialogEditorTemplate As DataTemplate, _
    inlineEditorTemplate As DataTemplate _
)
public DialogPropertyValueEditor(
    DataTemplate dialogEditorTemplate,
    DataTemplate inlineEditorTemplate
)
public:
DialogPropertyValueEditor(
    DataTemplate^ dialogEditorTemplate, 
    DataTemplate^ inlineEditorTemplate
)
new : 
        dialogEditorTemplate:DataTemplate * 
        inlineEditorTemplate:DataTemplate -> DialogPropertyValueEditor
public function DialogPropertyValueEditor(
    dialogEditorTemplate : DataTemplate, 
    inlineEditorTemplate : DataTemplate
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

DialogPropertyValueEditor Klasse

DialogPropertyValueEditor-Überladung

Microsoft.Windows.Design.PropertyEditing-Namespace

PropertyEntry

PropertyValue

PropertyValueEditorCommands

IInputElement

Weitere Ressourcen

Eigenschaftenbearbeitungsarchitektur

WPF-Designer-Erweiterbarkeit