ElementCollectionViewModel.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 Overrides Function GetAllChildElements As IEnumerable(Of ElementViewModel)
protected override IEnumerable<ElementViewModel> GetAllChildElements()
protected:
virtual IEnumerable<ElementViewModel^>^ GetAllChildElements() override
protected override function GetAllChildElements() : IEnumerable<ElementViewModel>
Return Value
See Also
ElementCollectionViewModel Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace