JsonObject.Keys プロパティ

定義

ICollection<T> のキーを保持している IDictionary<TKey,TValue> を取得します。

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ Keys { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Keys As ICollection(Of String)

プロパティ値

ICollection<T> を実装するオブジェクトのキーを保持している IDictionary<TKey,TValue>

実装

注釈

注意

名前空間は System.Json Silverlight 用に設計されましたが、これはサポートされなくなりました。 JSON を処理する場合は、代わりに 名前空間で System.Text.Json API を使用することをお勧めします。

適用対象