InvokeDelegate.DelegateArguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.