RuntimeDelegateArgument Constructor

Definition

Initializes a new instance of the RuntimeDelegateArgument class using the specified name, data type, argument direction, and 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)

Parameters

name
String

The name of the RuntimeDelegateArgument.

type
Type

The data type of the RuntimeDelegateArgument.

direction
ArgumentDirection

One of the enumeration values that specifies the direction of data flow through an argument.

boundArgument
DelegateArgument

The delegate argument that is represented by this RuntimeDelegateArgument.

Applies to