JsonObject.Keys Właściwość

Definicja

Pobiera element ICollection<T> zawierający klucze elementu 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)

Wartość właściwości

Obiekt ICollection<T> zawierający klucze obiektu, który implementuje IDictionary<TKey,TValue>element .

Implementuje

Uwagi

Uwaga

Przestrzeń nazw została zaprojektowana System.Json pod kątem programu Silverlight, który nie jest już obsługiwany. Do przetwarzania danych JSON zalecamy użycie interfejsów API w System.Text.Json przestrzeni nazw.

Dotyczy