ILogicalPropertyContainerElement.ContainingElement Property
When implemented, returns the logical container (or parent) ElementViewModel.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
ReadOnly Property ContainingElement As ElementViewModel
ElementViewModel ContainingElement { get; }
property ElementViewModel^ ContainingElement {
ElementViewModel^ get ();
}
function get ContainingElement () : ElementViewModel
See Also
ILogicalPropertyContainerElement Interface
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace