Share via


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>

适用于