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 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
CollectionElementViewModel Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace