ElementViewModel.DescendentElements Method
Returns all descending ElementViewModel instances relative to 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 Function DescendentElements As IEnumerable(Of ElementViewModel)
public IEnumerable<ElementViewModel> DescendentElements()
public:
IEnumerable<ElementViewModel^>^ DescendentElements()
public function DescendentElements() : IEnumerable<ElementViewModel>
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace