InvokeDelegate.DelegateArguments 속성

정의

개체에 전달할 인수입니다 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)

속성 값

대리자에게 전달할 인수입니다.

설명

키는 해당 ActivityDelegate개체의 Argument 이름이며, 값은 해당 개체에 식을 평가하고 할당하는 Argument 인수입니다.

적용 대상