JsonObject.Values Propriedade

Definição

Obtém um ICollection<T> que contém os valores no 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)

Valor da propriedade

Um ICollection<T> que contém os valores no objeto que implementa IDictionary<TKey,TValue>.

Implementações

Comentários

Observação

O System.Json namespace foi projetado para o Silverlight, que não tem mais suporte. Para processar JSON, recomendamos usar APIs no System.Text.Json namespace.

Aplica-se a