Partager via


PropertyValue.SetValueCore, méthode

En cas de substitution dans une classe dérivée, affecte à la propriété Value le Object spécifié.

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

Syntaxe

'Déclaration
Protected MustOverride Sub SetValueCore ( _
    value As Object _
)
protected abstract void SetValueCore(
    Object value
)
protected:
virtual void SetValueCore(
    Object^ value
) abstract
abstract SetValueCore : 
        value:Object -> unit 
protected abstract function SetValueCore(
    value : Object
)

Paramètres

Notes

Cette méthode est appelée par la méthode Set de la propriété Value.

Cette méthode ne doit pas intercepter d'exceptions, mais les propager.

Sécurité .NET Framework

Voir aussi

Référence

PropertyValue Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

PropertyEntry

PropertyValueEditor

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété