共用方式為


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>

適用於