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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace