JsonProperty.WriteTo(Utf8JsonWriter) Méthode

Définition

Écrit la propriété dans l’enregistreur fourni en tant que propriété nommée d’objet 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)

Paramètres

writer
Utf8JsonWriter

Enregistreur dans lequel écrire la propriété.

Exceptions

writer a la valeur null.

Name est trop grande pour être une propriété d’objet JSON.

Le ValueKind de Value de cette propriété JSON aboutit à du code JSON non valide.

Le JsonDocument parent a été supprimé.

S’applique à