JsonObject.IDictionary<String,JsonNode>.Values Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection containing the property values in the 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
Property Value
An ICollection<T> containing the values in the object that implements IDictionary<TKey,TValue>.
Implements
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.