Share via


ElementCollectionViewModel Class

The ElementCollectionViewModel is a model for a ConfigurationElementCollection.

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

Syntax

'Declaration
Public Class ElementCollectionViewModel _
    Inherits ElementViewModel
public class ElementCollectionViewModel : ElementViewModel
public ref class ElementCollectionViewModel : public ElementViewModel
public class ElementCollectionViewModel extends ElementViewModel

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ViewModel
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ElementViewModel
      Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ElementCollectionViewModel
        Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.TraceListenerElementCollectionViewModel

See Also

ElementCollectionViewModel Members

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