JsonObject.IDictionary<String,JsonNode>.Keys Eigenschaft

Definition

Ruft eine Auflistung ab, die die Eigenschaftennamen in enthält 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

Eigenschaftswert

Eine ICollection<T>, die die Schlüssel des Objekts enthält, das IDictionary<TKey,TValue> implementiert.

Implementiert

Gilt für: