Delen via


PropertyValue.ParentProperty Property

Gets the parent of this PropertyValue.

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

Syntax

'Declaration
Public ReadOnly Property ParentProperty As PropertyEntry
'Usage
Dim instance As PropertyValue 
Dim value As PropertyEntry 

value = instance.ParentProperty
public PropertyEntry ParentProperty { get; }
public:
property PropertyEntry^ ParentProperty {
    PropertyEntry^ get ();
}
public function get ParentProperty () : PropertyEntry

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyEntry
The parent of this PropertyValue.

Remarks

The parent is set in the PropertyValue constructor.

The PropertyValue class represents the underlying value of a property. The PropertyEntry class represents the property itself. The PropertyEntry is the parent, and the PropertyValue is the child.

.NET Framework Security

See Also

Reference

PropertyValue Class

PropertyValue Members

Microsoft.Windows.Design.PropertyEditing Namespace

PropertyEntry

PropertyValueEditor

Other Resources

WPF Designer Extensibility

Property Editing Architecture