JsonObject.IDictionary<String,JsonNode>.Values 屬性

定義

取得集合,其中包含 中的 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

屬性值

ICollection<JsonNode>

實作

適用於