InvokeDelegate.DelegateArguments Property

Definition

The arguments to be passed to the ActivityDelegate object.

C#
public System.Collections.Generic.IDictionary<string,System.Activities.Argument> DelegateArguments { get; }

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

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1