JsonObject.IDictionary<String,JsonNode>.Values Propriété

Définition

Obtient une collection contenant les valeurs de propriété dans le JsonObject.

property System::Collections::Generic::ICollection<System::Text::Json::Nodes::JsonNode ^> ^ System::Collections::Generic::IDictionary<System::String,System::Text::Json::Nodes::JsonNode>::Values { System::Collections::Generic::ICollection<System::Text::Json::Nodes::JsonNode ^> ^ get(); };
System.Collections.Generic.ICollection<System.Text.Json.Nodes.JsonNode?> System.Collections.Generic.IDictionary<System.String,System.Text.Json.Nodes.JsonNode>.Values { get; }
member this.System.Collections.Generic.IDictionary<System.String,System.Text.Json.Nodes.JsonNode>.Values : System.Collections.Generic.ICollection<System.Text.Json.Nodes.JsonNode>
 ReadOnly Property Values As ICollection(Of JsonNode) Implements IDictionary(Of String, JsonNode).Values

Valeur de propriété

ICollection<JsonNode>

Implémente

S’applique à