Sdílet prostřednictvím


InvokeDelegate.DelegateArguments Vlastnost

Definice

Argumenty, které mají být předány objektu 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)

Hodnota vlastnosti

Argumenty, které mají být předány delegátu.

Poznámky

Klíče jsou názvy Argument objektů na objektu ActivityDelegatea hodnoty jsou argumenty, jejichž výrazy jsou vyhodnoceny a přiřazeny odpovídajícím Argument objektům.

Platí pro