RoutedCommandTCommand, TContextCreateCommand - метод |
Создает команду
Пространство имён:
Tessa.Views.MessageServices
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис [NotNullAttribute]
public static TCommand CreateCommand(
[NotNullAttribute] TContext context
)
<NotNullAttribute>
Public Shared Function CreateCommand (
<NotNullAttribute> context As TContext
) As TCommand
public:
[NotNullAttribute]
static TCommand CreateCommand(
[NotNullAttribute] TContext context
)
[<NotNullAttribute>]
static member CreateCommand :
[<NotNullAttribute>] context : 'TContext -> 'TCommand
Параметры
- context
- Тип: TContext
The context.
Возвращаемое значение
Тип:
TCommand
Команда
См. также