Partager via


PropertyValue.Source, propriété

En cas de substitution dans une classe dérivée, obtient une PropertyValueSource qui contient des informations sur la source de cette valeur de propriété.

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

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property Source As PropertyValueSource
    Get
public abstract PropertyValueSource Source { get; }
public:
virtual property PropertyValueSource^ Source {
    PropertyValueSource^ get () abstract;
}
abstract Source : PropertyValueSource
abstract function get Source () : PropertyValueSource

Valeur de propriété

Type : Microsoft.Windows.Design.PropertyEditing.PropertyValueSource
Informations concernant la source de cette valeur de propriété.

Notes

Un exemple d'implémentation source est la classe

DependencyPropertyValueSource, qui contient les informations concernant la source des valeurs de propriété de dépendance.

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é