共用方式為


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

適用於