RuntimeDelegateArgument Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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
- name
- String
O nome do RuntimeDelegateArgument.
- 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.