SectionViewModel.GetAllCommands Method

Creates or collections all the commands related to this ElementViewModel.

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

Syntax

'Declaration
Protected Overrides Function GetAllCommands As IEnumerable(Of CommandModel)
protected override IEnumerable<CommandModel> GetAllCommands()
protected:
virtual IEnumerable<CommandModel^>^ GetAllCommands() override
protected override function GetAllCommands() : IEnumerable<CommandModel>

Return Value

See Also

SectionViewModel Class

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