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> 인수를 포함하는 A.

적용 대상