CommandExtensionsAddCommand(CommandContext, FuncTask) - метод |
Пространство имён:
Tessa.Platform.CommandLine
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static CommandContext AddCommand(
this CommandContext commandContext,
Func<Task> commandDelegate
)
<ExtensionAttribute>
Public Shared Function AddCommand (
commandContext As CommandContext,
commandDelegate As Func(Of Task)
) As CommandContext
public:
[ExtensionAttribute]
static CommandContext^ AddCommand(
CommandContext^ commandContext,
Func<Task^>^ commandDelegate
)
[<ExtensionAttribute>]
static member AddCommand :
commandContext : CommandContext *
commandDelegate : Func<Task> -> CommandContext
Параметры
- commandContext
- Тип: Tessa.Platform.CommandLineCommandContext
- commandDelegate
- Тип: SystemFuncTask
Возвращаемое значение
Тип:
CommandContextПримечание об использовании
В Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
CommandContext. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).
См. также