Share via


ElementViewModel.CreateCustomCommands Method

Creates any custom commands 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 CreateCustomCommands As IEnumerable(Of CommandModel)
protected IEnumerable<CommandModel> CreateCustomCommands()
protected:
IEnumerable<CommandModel^>^ CreateCustomCommands()
protected function CreateCustomCommands() : IEnumerable<CommandModel>

Return Value

See Also

ElementViewModel Class

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