ElementViewModel.AddChildToView Method

Adds an element to the ChildElements collection.

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

Syntax

'Declaration
Protected Sub AddChildToView ( _
    element As ElementViewModel _
)
protected void AddChildToView(
    ElementViewModel element
)
protected:
void AddChildToView(
    ElementViewModel^ element
)
protected function AddChildToView(
    element : ElementViewModel
)

Parameters

See Also

ElementViewModel Class

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