Share via


ModelProperty.Parent Property

When overridden in a derived class, gets the parent of this property.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Parent As ModelItem
'Usage
Dim instance As ModelProperty 
Dim value As ModelItem 

value = instance.Parent
public abstract ModelItem Parent { get; }
public:
virtual property ModelItem^ Parent {
    ModelItem^ get () abstract;
}
public abstract function get Parent () : ModelItem

Property Value

Type: Microsoft.Windows.Design.Model.ModelItem
A ModelItem instance representing the parent of this property.

Remarks

All properties have parents, therefore this property never returns nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

ModelProperty Class

ModelProperty Members

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture