InvokeDelegate.DelegateArguments Propriedade
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.
Os argumentos a serem transmitidos ao ActivityDelegate objeto.
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 de Propriedade
Os argumentos a serem transmitidos ao delegado.
Observações
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 .