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物件的自變數。

適用於