JsonDocument.WriteTo(Utf8JsonWriter) メソッド

定義

指定されたライターにドキュメントを JSON 値として書き込みます。

public:
 void WriteTo(System::Text::Json::Utf8JsonWriter ^ writer);
public void WriteTo (System.Text.Json.Utf8JsonWriter writer);
member this.WriteTo : System.Text.Json.Utf8JsonWriter -> unit
Public Sub WriteTo (writer As Utf8JsonWriter)

パラメーター

writer
Utf8JsonWriter

ドキュメントの書き込み先のライター。

例外

writer パラメーターが null です。

この RootElementValueKind は無効な JSON となることがあります。

JsonDocument は破棄されています。

適用対象