JsonObject.IDictionary<String,JsonNode>.Keys Özellik

Tanım

içindeki JsonObjectözellik adlarını içeren bir koleksiyon alır.

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

Özellik Değeri

ICollection<T> uygulayan IDictionary<TKey,TValue>nesnenin anahtarlarını içeren bir.

Uygulamalar

Şunlara uygulanır