Partager via


PropertyEntry.CreatePropertyValueInstance, méthode

En cas de substitution dans une classe dérivée, utilisé par l'infrastructure hôte pour créer une instance de PropertyValue spécifique de l'hôte.

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

Syntaxe

'Déclaration
Protected MustOverride Function CreatePropertyValueInstance As PropertyValue
protected abstract PropertyValue CreatePropertyValueInstance()
protected:
virtual PropertyValue^ CreatePropertyValueInstance() abstract
abstract CreatePropertyValueInstance : unit -> PropertyValue 
protected abstract function CreatePropertyValueInstance() : PropertyValue

Valeur de retour

Type : Microsoft.Windows.Design.PropertyEditing.PropertyValue
Nouvelle instance de PropertyValue.

Sécurité .NET Framework

Voir aussi

Référence

PropertyEntry Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété