InvokeDelegate.DelegateArguments Propriedade

Definição

Argumentos a serem passados para o objeto ActivityDelegate.The arguments to be passed to the ActivityDelegate object.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Activities::Argument ^> ^ DelegateArguments { System::Collections::Generic::IDictionary<System::String ^, System::Activities::Argument ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,System.Activities.Argument> DelegateArguments { get; }
member this.DelegateArguments : System.Collections.Generic.IDictionary<string, System.Activities.Argument>
Public ReadOnly Property DelegateArguments As IDictionary(Of String, Argument)

Valor da propriedade

IDictionary<String,Argument>

Os argumentos a serem passados para o delegado.The arguments to be passed to the delegate.

Comentários

As chaves são os nomes dos Argument objetos no ActivityDelegate , e os valores são os argumentos cujas expressões são avaliadas e atribuídas aos objetos correspondentes Argument .The keys are the names of the Argument objects on the ActivityDelegate, and the values are the arguments whose expressions are evaluated and assigned to the corresponding Argument objects.

Aplica-se a