Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace