ElementViewModel.ParentElement Property

Gets the parent ElementViewModel for this ElementViewModel instance.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public ReadOnly Property ParentElement As ElementViewModel
public ElementViewModel ParentElement { get; }
public:
property ElementViewModel^ ParentElement {
    ElementViewModel^ get ();
}
public function get ParentElement () : ElementViewModel

See Also

ElementViewModel Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace