InvokeDelegate.DelegateArguments Özellik

Tanım

Nesneye geçirilecek ActivityDelegate bağımsız değişkenler.

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)

Özellik Değeri

Temsilciye geçirilecek bağımsız değişkenler.

Açıklamalar

Anahtarlar üzerindeki Argumentnesnelerin adlarıdır ActivityDelegate ve değerler, ifadeleri değerlendirilen ve karşılık gelen Argument nesnelere atanan bağımsız değişkenlerdir.

Şunlara uygulanır