Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the parent of this PropertyValue.
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
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