RuntimeDelegateArgument Construtor

Definição

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

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 através de um argumento.

boundArgument
DelegateArgument

O argumento do delegado que é representado por este RuntimeDelegateArgument.

Aplica-se a