CommandContextCommands - свойство |
Gets a CommandCollection of child commands of this CommandContext.
Пространство имён:
Tessa.Platform.CommandLine
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public CommandCollection Commands { get; }
Public ReadOnly Property Commands As CommandCollection
Get
public:
property CommandCollection^ Commands {
CommandCollection^ get ();
}
member Commands : CommandCollection with get
Значение свойства
Тип:
CommandCollectionThe collection of child commands. The default is an empty collection.
См. также