JsonNode.AsObject Methode

Definitie

Casts naar het afgeleide JsonObject type.

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

Retouren

A JsonObject.

Uitzonderingen

Het knooppunt is geen JsonObject.

Van toepassing op