Share via


InvokeDelegate.DelegateArguments Proprietà

Definizione

Argomenti da passare all'oggetto 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)

Valore della proprietà

Argomenti da passare al delegato.

Commenti

Le chiavi sono i nomi degli Argument oggetti nell'oggetto ActivityDelegatee i valori sono gli argomenti i cui espressioni vengono valutate e assegnate agli oggetti corrispondenti Argument .

Si applica a