JsonObject.Values Properti

Definisi

Mendapatkan yang ICollection<T> berisi nilai dalam IDictionary<TKey,TValue>.

public:
 property System::Collections::Generic::ICollection<System::Json::JsonValue ^> ^ Values { System::Collections::Generic::ICollection<System::Json::JsonValue ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Json.JsonValue> Values { get; }
member this.Values : System.Collections.Generic.ICollection<System.Json.JsonValue>
Public ReadOnly Property Values As ICollection(Of JsonValue)

Nilai Properti

yang ICollection<T> berisi nilai dalam objek yang mengimplementasikan IDictionary<TKey,TValue>.

Penerapan

Keterangan

Catatan

Namespace System.Json layanan dirancang untuk Silverlight, yang tidak lagi didukung. Untuk memproses JSON, sebaiknya gunakan API di System.Text.Json namespace sebagai gantinya.

Berlaku untuk