JsonNode.AsObject Méthode

Définition

Effectue un cast en type dérivé JsonObject .

public:
 System::Text::Json::Nodes::JsonObject ^ AsObject();
public System.Text.Json.Nodes.JsonObject AsObject ();
member this.AsObject : unit -> System.Text.Json.Nodes.JsonObject
Public Function AsObject () As JsonObject

Retours

Un JsonObject.

Exceptions

Le nœud n’est pas un JsonObject.

S’applique à