JsonDocument.RootElement 属性

定义

获取此 JSON 文档的根元素。

public:
 property System::Text::Json::JsonElement RootElement { System::Text::Json::JsonElement get(); };
public System.Text.Json.JsonElement RootElement { get; }
member this.RootElement : System.Text.Json.JsonElement
Public ReadOnly Property RootElement As JsonElement

属性值

JsonElement

一个 JsonElement 表示文档的值。

适用于