ElementViewModel.GetAllChildElements Method
Gets all the ElementViewModel instances that are directly contained in 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
Protected Overridable Function GetAllChildElements As IEnumerable(Of ElementViewModel)
protected virtual IEnumerable<ElementViewModel> GetAllChildElements()
protected:
virtual IEnumerable<ElementViewModel^>^ GetAllChildElements()
protected function GetAllChildElements() : IEnumerable<ElementViewModel>
Return Value
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace