Поделиться через


RuntimeDelegateArgument Конструктор

Определение

Инициализирует новый экземпляр класса RuntimeDelegateArgument с использованием указанного имени, типа данных, направления аргумента и объекта DelegateArgument.

public:
 RuntimeDelegateArgument(System::String ^ name, Type ^ type, System::Activities::ArgumentDirection direction, System::Activities::DelegateArgument ^ boundArgument);
public RuntimeDelegateArgument (string name, Type type, System.Activities.ArgumentDirection direction, System.Activities.DelegateArgument boundArgument);
new System.Activities.RuntimeDelegateArgument : string * Type * System.Activities.ArgumentDirection * System.Activities.DelegateArgument -> System.Activities.RuntimeDelegateArgument
Public Sub New (name As String, type As Type, direction As ArgumentDirection, boundArgument As DelegateArgument)

Параметры

type
Type

Тип данных объекта RuntimeDelegateArgument.

direction
ArgumentDirection

Одно из значений перечисления, указывающее направление потока данных через аргумент.

boundArgument
DelegateArgument

Аргумент делегата, представленный этим объектом RuntimeDelegateArgument.

Применяется к