CommandContextCommands - свойство
Gets a CommandCollection of child commands of this CommandContext.
Пространство имён: Tessa.Platform.CommandLineСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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.