Dela via


PropertyEntry.ParentValue Property

Gets the parent PropertyValue.

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

Syntax

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

value = instance.ParentValue
public PropertyValue ParentValue { get; }
public:
property PropertyValue^ ParentValue {
    PropertyValue^ get ();
}
public function get ParentValue () : PropertyValue

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyValue
The parent PropertyValue.

Remarks

This property is used only for sub-properties and its value may be nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

PropertyEntry Class

PropertyEntry Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture