RuntimeDelegateArgument Costruttore

Definizione

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

direction
ArgumentDirection

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

boundArgument
DelegateArgument

Argomento delegato rappresentato da questo RuntimeDelegateArgumentoggetto .

Si applica a