JsonObject.Keys Properti

Definisi

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

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

Nilai Properti

Yang ICollection<T> berisi kunci 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