PropertyEntry.PropertyValue-Eigenschaft

Ruft den PropertyValue (Datenmodell) für diesen PropertyEntry ab.

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

Syntax

'Declaration
Public Overridable ReadOnly Property PropertyValue As PropertyValue
    Get
public virtual PropertyValue PropertyValue { get; }
public:
virtual property PropertyValue^ PropertyValue {
    PropertyValue^ get ();
}
abstract PropertyValue : PropertyValue
override PropertyValue : PropertyValue
function get PropertyValue () : PropertyValue

Eigenschaftswert

Typ: Microsoft.Windows.Design.PropertyEditing.PropertyValue
Der PropertyValue für diesen PropertyEntry.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyEntry Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur