JsonObject.IDictionary<String,JsonNode>.Keys プロパティ

定義

内のプロパティ名を含むコレクションを取得します JsonObject

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

プロパティ値

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

実装

適用対象