JsonObject.IDictionary<String,JsonNode>.Keys Propriedade

Definição

Obtém uma coleção que contém os nomes de propriedade no 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 da propriedade

Um ICollection<T> que contém as chaves do objeto que implementa IDictionary<TKey,TValue>.

Implementações

Aplica-se a