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>

適用対象