JsonValue.Item[] Proprietà

Definizione

Overload

Item[Int32]
Item[String]

Item[Int32]

public:
 virtual property System::Json::JsonValue ^ default[int] { System::Json::JsonValue ^ get(int index); void set(int index, System::Json::JsonValue ^ value); };
public virtual System.Json.JsonValue this[int index] { get; set; }
member this.Item(int) : System.Json.JsonValue with get, set
Default Public Overridable Property Item(index As Integer) As JsonValue

Parametri

index
Int32

Valore della proprietà

JsonValue

Commenti

### Osservazioni

Nota

Lo System.Json spazio dei nomi è stato progettato per Silverlight, che non è più supportato. Per l'elaborazione JSON, è consigliabile usare invece le API nello System.Text.Json spazio dei nomi .

Si applica a

Item[String]

public:
 virtual property System::Json::JsonValue ^ default[System::String ^] { System::Json::JsonValue ^ get(System::String ^ key); void set(System::String ^ key, System::Json::JsonValue ^ value); };
public virtual System.Json.JsonValue this[string key] { get; set; }
member this.Item(string) : System.Json.JsonValue with get, set
Default Public Overridable Property Item(key As String) As JsonValue

Parametri

key
String

Valore della proprietà

JsonValue

Commenti

### Osservazioni

Nota

Lo System.Json spazio dei nomi è stato progettato per Silverlight, che non è più supportato. Per l'elaborazione JSON, è consigliabile usare invece le API nello System.Text.Json spazio dei nomi .

Si applica a