언어

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>

속성 값

기본 설정을 나타내는 쌍 키/값 목록을 포함하는 맵을 반환합니다.

특성

예외

설명

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

에 대한 android.content.SharedPreferences.getAll()Java 설명서

적용 대상