JsonObject.Values Özellik

Tanım

içindeki IDictionary<TKey,TValue>değerleri içeren bir ICollection<T> alır.

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)

Özellik Değeri

ICollection<T> uygulayan IDictionary<TKey,TValue>nesnesindeki değerleri içeren bir .

Uygulamalar

Açıklamalar

Not

Ad System.Json alanı artık desteklenmeyen Silverlight için tasarlanmıştır. JSON işlemek için bunun yerine ad alanında API'leri System.Text.Json kullanmanızı öneririz.

Şunlara uygulanır