DebugTraceRecord.ToJson メソッド (Collection<DebugTraceRecord>)
呼び出しオブジェクトを JSON オブジェクトとして返します。
名前空間: Microsoft.Workflow.Client
アセンブリ: Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll 内)
構文
public static string ToJson(
Collection<DebugTraceRecord> debugTraces
)
public:
static String^ ToJson(
Collection<DebugTraceRecord^>^ debugTraces
)
static member ToJson :
debugTraces:Collection<DebugTraceRecord> -> string
Public Shared Function ToJson (
debugTraces As Collection(Of DebugTraceRecord)
) As String
パラメーター
debugTraces
Type: System.Collections.ObjectModel.Collection<DebugTraceRecord>デバッグ トレース。
戻り値
Type: System.String
返す呼び出しオブジェクト。
参照
DebugTraceRecord クラス
Microsoft.Workflow.Client 名前空間
トップに戻る