ElementViewModel.AddCommands Property
Returns the sub-set of add CommandModel commands from Commands
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property AddCommands As IEnumerable(Of CommandModel)
public IEnumerable<CommandModel> AddCommands { get; }
public:
property IEnumerable<CommandModel^>^ AddCommands {
IEnumerable<CommandModel^>^ get ();
}
public function get AddCommands () : IEnumerable<CommandModel>
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace