Share via


DefaultCollectionElementAddCommand.ElementCollectionModel Property

Gets the collection where the new element will be added.

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

Syntax

'Declaration
Protected Property ElementCollectionModel As ElementCollectionViewModel
protected ElementCollectionViewModel ElementCollectionModel { get; private set; }
protected:
property ElementCollectionViewModel^ ElementCollectionModel {
    ElementCollectionViewModel^ get ();
    void set (ElementCollectionViewModel^ value);
}
protected function get ElementCollectionModel () : ElementCollectionViewModel
protected function set ElementCollectionModel (value : ElementCollectionViewModel)

See Also

DefaultCollectionElementAddCommand Class

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