EnvironmentSourceViewModel.GetAllCommands Method
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics
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>
See Also
EnvironmentSourceViewModel Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics Namespace