Share via


RuntimeDelegateArgument Costruttore

Definizione

Inizializza una nuova istanza della classe RuntimeDelegateArgument utilizzando il nome specificato, il tipo di dati, la direzione dell'argomento e il 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)

Parametri

type
Type

Tipo di dati del RuntimeDelegateArgument.

direction
ArgumentDirection

Uno dei valori di enumerazione che specifica la direzione del flusso di dati attraverso un argomento.

boundArgument
DelegateArgument

L'argomento del delegato rappresentato da questo RuntimeDelegateArgument.

Si applica a