JsonProperty.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

속성을 쓸 작성기입니다.

예외

writernull입니다.

Name 가 너무 커서 JSON 개체 속성이 될 수 없습니다.

ValueKind 이 JSON 속성의 Value 경우 잘못된 JSON이 발생합니다.

부모가 JsonDocument 삭제되었습니다.

적용 대상