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