InvokeDelegate.DelegateArguments Egenskap

Definition

Argumenten som ska skickas till objektet 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)

Egenskapsvärde

Argumenten som ska skickas till ombudet.

Kommentarer

Nycklarna är namnen på objekten ArgumentActivityDelegatepå , och värdena är argumenten vars uttryck utvärderas och tilldelas till motsvarande Argument objekt.

Gäller för