Compartilhar via


RuntimeDelegateArgument Construtor

Definição

Inicializa uma nova instância da classe RuntimeDelegateArgument usando o nome, o tipo de dados, a direção do argumento e o 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

type
Type

O tipo de dados do RuntimeDelegateArgument.

direction
ArgumentDirection

Um dos valores de enumeração que especifica a direção do fluxo de dados por meio de um argumento.

boundArgument
DelegateArgument

O argumento representante que é representado por esse RuntimeDelegateArgument.

Aplica-se a