Freigeben über


PropertyValue.ParentProperty-Eigenschaft

Ruft das übergeordnete dieses PropertyValue ab.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.Windows.Design.PropertyEditing.PropertyEntry
Das übergeordnete Element für dieses PropertyValue.

Hinweise

Das übergeordnete Element wird im PropertyValue-Konstruktor festgelegt.

Die PropertyValue-Klasse stellt den zugrunde liegenden Wert einer Eigenschaft dar. Die PropertyEntry-Klasse stellt die Eigenschaft selbst dar. Bei PropertyEntry handelt es sich um das übergeordnete Element und bei PropertyValue um das untergeordnete Element.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValue Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

PropertyEntry

PropertyValueEditor

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur