JsonObject.IDictionary<String,JsonNode>.Keys Propiedad

Definición

Obtiene una colección que contiene los nombres de propiedad de .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

Valor de propiedad

ICollection<T> que contiene las claves del objeto que implementa el IDictionary<TKey,TValue>.

Implementaciones

Se aplica a