你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JsonValue.Item[] Property

Definition

Overloads

Item[Int32]
Item[String]

Item[Int32]

public Azure.AI.Common.Internal.JsonValue this[int index] { get; }
member this.Item(int) : Azure.AI.Common.Internal.JsonValue
Default Public ReadOnly Property Item(index As Integer) As JsonValue

Parameters

index
Int32

Property Value

Applies to

Item[String]

public Azure.AI.Common.Internal.JsonValue this[string key] { get; }
member this.Item(string) : Azure.AI.Common.Internal.JsonValue
Default Public ReadOnly Property Item(key As String) As JsonValue

Parameters

key
String

Property Value

Applies to