JsonElement.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前值為 Array 時位於指定索引的值。
public:
property System::Text::Json::JsonElement default[int] { System::Text::Json::JsonElement get(int index); };
public System.Text.Json.JsonElement this[int index] { get; }
member this.Item(int) : System.Text.Json.JsonElement
Default Public ReadOnly Property Item(index As Integer) As JsonElement
參數
- index
- Int32
項目索引。
屬性值
位於指定索引處的值。
例外狀況
index
不在 [0, GetArrayLength()()) 範圍內。
父 JsonDocument 已經過處置。