ElementViewModel.RemoveChildFromView Method

Removes an element from 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 RemoveChildFromView ( _
    element As ElementViewModel _
)
protected void RemoveChildFromView(
    ElementViewModel element
)
protected:
void RemoveChildFromView(
    ElementViewModel^ element
)
protected function RemoveChildFromView(
    element : ElementViewModel
)

Parameters

See Also

ElementViewModel Class

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