PropertyValue.Source-Eigenschaft

Ruft beim Überschreiben in einer abgeleiteten Klasse eine PropertyValueSource mit Informationen zur Quelle dieses Eigenschaftswerts ab.

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

Syntax

'Declaration
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

Eigenschaftswert

Typ: Microsoft.Windows.Design.PropertyEditing.PropertyValueSource
Informationen zur Quelle dieses Eigenschaftswerts.

Hinweise

Ein Beispiel für eine Quellenimplementierung ist die

DependencyPropertyValueSource-Klasse, die Informationen über die Quelle von Abhängigkeitseigenschaftswerten enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValue Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

PropertyEntry

PropertyValueEditor

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur