Partager via


DefaultCollectionElementAddCommand.AddedElementViewModel Property

The added element view model created during execution of the command.

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

Syntax

'Declaration
Public ReadOnly Property AddedElementViewModel As ElementViewModel
public ElementViewModel AddedElementViewModel { get; }
public:
property ElementViewModel^ AddedElementViewModel {
    ElementViewModel^ get ();
}
public function get AddedElementViewModel () : ElementViewModel

See Also

DefaultCollectionElementAddCommand Class

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