ElementViewModel.CreateDeleteCommand Method

Creates a delete CommandModel for this element based on it's Attributes.

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

Syntax

'Declaration
Protected Function CreateDeleteCommand As IEnumerable(Of CommandModel)
protected IEnumerable<CommandModel> CreateDeleteCommand()
protected:
IEnumerable<CommandModel^>^ CreateDeleteCommand()
protected function CreateDeleteCommand() : IEnumerable<CommandModel>

Return Value

See Also

ElementViewModel Class

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