RuntimeDelegateArgument Constructor

Definición

Inicializa una nueva instancia de la RuntimeDelegateArgument clase utilizando el nombre, el tipo de datos, la dirección del argumento y 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)

Parámetros

name
String

El nombre del RuntimeDelegateArgument.

type
Type

Tipo de datos de RuntimeDelegateArgument.

direction
ArgumentDirection

Uno de los valores de enumeración que especifica la dirección del flujo de datos a través de un argumento.

boundArgument
DelegateArgument

Argumento de delegado representado por este RuntimeDelegateArgument.

Se aplica a