Compartir vía


RuntimeDelegateArgument Constructor

Definición

Inicializa una nueva instancia de la clase RuntimeDelegateArgument con el nombre, el tipo de datos, la dirección del argumento y el objeto DelegateArgument especificados.

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

Nombre del objeto 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 que representa este objeto RuntimeDelegateArgument.

Se aplica a