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>.

Реализации

Применяется к