다음을 통해 공유


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 개체에 할당되는 인수입니다.

적용 대상