次の方法で共有


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)

プロパティ値

デリゲートに渡される引数。

注釈

キーは 上のオブジェクトActivityDelegateArgument名前であり、値は式が評価され、対応するArgumentオブジェクトに割り当てられる引数です。

適用対象