Freigeben über


PropertyValueCollection.ParentValue-Eigenschaft

Ruft das übergeordnete PropertyValue ab.

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

Syntax

'Declaration
Public ReadOnly Property ParentValue As PropertyValue
    Get
public PropertyValue ParentValue { get; }
public:
property PropertyValue^ ParentValue {
    PropertyValue^ get ();
}
member ParentValue : PropertyValue
function get ParentValue () : PropertyValue

Eigenschaftswert

Typ: Microsoft.Windows.Design.PropertyEditing.PropertyValue
Ein PropertyValue, der das übergeordnete Element darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValueCollection Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur