JsonObject.IDictionary<String,JsonNode>.Keys Proprietà

Definizione

Ottiene una raccolta contenente i nomi delle proprietà nell'oggetto 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

Valore della proprietà

Interfaccia ICollection<T> contenente le chiavi dell'oggetto che implementa l'interfaccia IDictionary<TKey,TValue>.

Implementazioni

Si applica a