Для изменения размера нажмите или перетащите

CommandCollectionTryGetCommand - метод

Gets the command with the specified name.

Пространство имён:  Tessa.Platform.CommandLine
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public bool TryGetCommand(
	string name,
	out Command command
)

Параметры

name
Тип: SystemString
The key of the value to get.
command
Тип: Tessa.Platform.CommandLineCommand
When this method returns, contains the command with the specified key, if the key is found; otherwise, null. This parameter is passed uninitialized.

Возвращаемое значение

Тип: Boolean
true if the CommandCollection contains an command with the specified name; otherwise, false.
Исключения
ИсключениеУсловие
ArgumentNullExceptionname is null.
См. также