다음을 통해 공유


ActivityStateRecord.Arguments 속성

정의

레코드를 생성할 때 작업과 연결된 추적되는 인수의 현재 값을 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Arguments { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Arguments { get; }
member this.Arguments : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Arguments As IDictionary(Of String, Object)

속성 값

인수를 포함하는 IDictionary<TKey,TValue>입니다.

적용 대상