Udostępnij za pośrednictwem


InvokeDelegate.DelegateArguments Właściwość

Definicja

Argumenty, które mają zostać przekazane do ActivityDelegate obiektu.

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)

Wartość właściwości

Argumenty, które mają zostać przekazane do delegata.

Uwagi

Klucze są nazwami Argument obiektów w obiekcie ActivityDelegate, a wartości to argumenty, których wyrażenia są oceniane i przypisywane do odpowiednich Argument obiektów.

Dotyczy