ISharedPreferences.All プロパティ

定義

基本設定からすべての値を取得します。

public System.Collections.Generic.IDictionary<string,object>? All { [Android.Runtime.Register("getAll", "()Ljava/util/Map;", "GetGetAllHandler:Android.Content.ISharedPreferencesInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("getAll", "()Ljava/util/Map;", "GetGetAllHandler:Android.Content.ISharedPreferencesInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.All : System.Collections.Generic.IDictionary<string, obj>

プロパティ値

基本設定を表すペア キー/値の一覧を含むマップを返します。

属性

例外

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

Javaドキュメント。

適用対象