Поделиться через


InvokeDelegate.DelegateArguments Свойство

Определение

Аргументы, передаваемые объекту ActivityDelegate.

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)

Значение свойства

Аргументы, передаваемые делегату.

Комментарии

Ключи — это имена Argument объектов в ActivityDelegate, а значения — это аргументы, выражения которых вычисляются и присваиваются соответствующим Argument объектам.

Применяется к