Share via


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 表示檔的值。

適用於