다음을 통해 공유


CFPreferences.GetAppIntegerValue 메서드

정의

오버로드

GetAppIntegerValue(String, String)

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

GetAppIntegerValue(String)

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

GetAppIntegerValue(String, NSString)

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

GetAppIntegerValue(String, String)

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

public static nint GetAppIntegerValue (string key, string applicationId);
static member GetAppIntegerValue : string * string -> nint

매개 변수

key
String
applicationId
String

반환

System.System.IntPtr System.nativeint

적용 대상

GetAppIntegerValue(String)

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

public static nint GetAppIntegerValue (string key);
static member GetAppIntegerValue : string -> nint

매개 변수

key
String

반환

System.System.IntPtr System.nativeint

적용 대상

GetAppIntegerValue(String, NSString)

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

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

매개 변수

key
String
applicationId
NSString

반환

System.System.IntPtr System.nativeint

적용 대상