JsonMessageFormatter.GetJsonText(JsonRpcMessage) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
トレース目的で特定のメッセージの JSON 表現を取得します。
public object GetJsonText (StreamJsonRpc.Protocol.JsonRpcMessage message);
abstract member GetJsonText : StreamJsonRpc.Protocol.JsonRpcMessage -> obj
override this.GetJsonText : StreamJsonRpc.Protocol.JsonRpcMessage -> obj
Public Function GetJsonText (message As JsonRpcMessage) As Object
パラメーター
- message
- JsonRpcMessage
トレースするメッセージ。
戻り値
トレースに適した、人間が判読できる JSON 文字列を生成するメソッドを持 ToString() つオブジェクト。