ActivityStateRecord.Variables プロパティ

定義

レコードが生成されたときに、アクティビティに関連付けられた追跡対象の変数の現在の値を取得します。

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

プロパティ値

現在の値。

適用対象