Share via


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)

属性值

要传递到委托的自变量。

注解

键是 上ActivityDelegate对象的名称Argument,值是计算其表达式并将其分配给相应Argument对象的参数。

适用于