ModelItem.Parent Property
When overridden in a derived class, gets the item that is the parent of this item.
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
Get
public abstract ModelItem Parent { get; }
public:
virtual property ModelItem^ Parent {
ModelItem^ get () abstract;
}
abstract Parent : ModelItem
abstract function get Parent () : ModelItem
Property Value
Type: Microsoft.Windows.Design.Model.ModelItem
A ModelItem that represents the parent item of this object.
Remarks
If an item that is contained in a collection or a dictionary, the collection or dictionary is skipped, returning the object that owns the collection or dictionary.
.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.Model Namespace