다음을 통해 공유


CFPreferences.GetAppBooleanValue 메서드

정의

오버로드

GetAppBooleanValue(String)

현재 애플리케이션에 대해 로 식별되는 key기본 설정 부울 값을 가져옵니다.

GetAppBooleanValue(String, NSString)

지정된 애플리케이션에 대해 로 식별되는 key기본 설정 부울 값을 가져옵니다.

GetAppBooleanValue(String, String)

지정된 애플리케이션에 대해 로 식별되는 key기본 설정 부울 값을 가져옵니다.

GetAppBooleanValue(String)

현재 애플리케이션에 대해 로 식별되는 key기본 설정 부울 값을 가져옵니다.

public static bool GetAppBooleanValue (string key);
static member GetAppBooleanValue : string -> bool

매개 변수

key
String

반환

적용 대상

GetAppBooleanValue(String, NSString)

지정된 애플리케이션에 대해 로 식별되는 key기본 설정 부울 값을 가져옵니다.

public static bool GetAppBooleanValue (string key, Foundation.NSString applicationId);
static member GetAppBooleanValue : string * Foundation.NSString -> bool

매개 변수

key
String
applicationId
NSString

반환

적용 대상

GetAppBooleanValue(String, String)

지정된 애플리케이션에 대해 로 식별되는 key기본 설정 부울 값을 가져옵니다.

public static bool GetAppBooleanValue (string key, string applicationId);
static member GetAppBooleanValue : string * string -> bool

매개 변수

key
String
applicationId
String

반환

적용 대상