JsonObject.Values プロパティ

定義

ICollection<T> 内の値を格納している 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)

プロパティ値

ICollection<T> を実装するオブジェクトの値を保持している IDictionary<TKey,TValue>

実装

注釈

Note

名前空間は System.Json Silverlight 用に設計されましたが、これはサポートされなくなりました。 JSON を処理する場合は、代わりに名前空間で System.Text.Json API を使用することをお勧めします。

適用対象