Share via


PropertyValueEditor, constructeur (DataTemplate)

Initialise une nouvelle instance de la classe PropertyValueEditor.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

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

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

PropertyValueEditor Classe

PropertyValueEditor, surcharge

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Architecture d'édition de propriété

Extensibilité du Concepteur WPF