AggregateCommandCommands - свойство |
Команды, исполняемые в указанном порядке.
Пространство имён:
Tessa.UI
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public IList<ICommand> Commands { get; }
Public ReadOnly Property Commands As IList(Of ICommand)
Get
public:
property IList<ICommand^>^ Commands {
IList<ICommand^>^ get ();
}
member Commands : IList<ICommand> with get
Значение свойства
Тип:
IListICommandЗаметки
Значение свойства никогда не равно null.
См. также