InvokeDelegate.DelegateArguments Property

Definition

The arguments to be passed to the ActivityDelegate object.

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)

Property Value

The arguments to be passed to the delegate.

Remarks

The keys are the names of the Argument objects on the ActivityDelegate, and the values are the arguments whose expressions are evaluated and assigned to the corresponding Argument objects.

Applies to