共用方式為


CFPreferences 類別

定義

用於設定 Core Foundation 喜好設定的公用程式方法集合。

public static class CFPreferences
type CFPreferences = class
繼承
CFPreferences

欄位

CurrentApplication

目前的應用程式。

方法

AddSuitePreferencesToApp(NSString, String)

將指定的套件喜好設定新增至指定 applicationId 之套件喜好設定的可搜尋清單。

AddSuitePreferencesToApp(String)

將指定的套件喜好設定新增至目前應用程式的可搜尋套件喜好設定清單。

AddSuitePreferencesToApp(String, String)

將指定的套件喜好設定新增至指定 applicationId 之套件喜好設定的可搜尋清單。

AppSynchronize()

針對目前的應用程式,將所有新設定的喜好設定寫入永久儲存體,然後載入所有現有的喜好設定。

AppSynchronize(NSString)

針對 所 applicationId 識別的應用程式,將所有新設定的喜好設定寫入永久儲存體,然後載入所有現有的喜好設定。

AppSynchronize(String)

針對 所 applicationId 識別的應用程式,將所有新設定的喜好設定寫入永久儲存體,然後載入所有現有的喜好設定。

AppValueIsForced(String)

true如果使用者無法變更目前應用程式所 key 識別的喜好設定,則傳回 。 否則為 false。

AppValueIsForced(String, NSString)

true如果使用者無法針對 所識別的應用程式變更 所 key 識別 applicationId 的喜好設定,則傳回 。 否則為 false。

AppValueIsForced(String, String)

true如果使用者無法針對 所識別的應用程式變更 所 key 識別 applicationId 的喜好設定,則傳回 。 否則為 false。

GetAppBooleanValue(String)

取得目前應用程式所 key 識別的喜好設定布林值。

GetAppBooleanValue(String, NSString)

取得所指定應用程式所 key 識別的布林值喜好設定。

GetAppBooleanValue(String, String)

取得所指定應用程式所 key 識別的布林值喜好設定。

GetAppIntegerValue(String)

取得目前應用程式所 key 識別的喜好設定整數值。

GetAppIntegerValue(String, NSString)

取得所 key 指定應用程式的喜好設定整數值。

GetAppIntegerValue(String, String)

取得所 key 指定應用程式的喜好設定整數值。

GetAppValue(String)

取得目前應用程式所 key 識別的喜好設定值。

GetAppValue(String, NSString)

取得由 key 所識別的指定應用程式的喜好設定值。

GetAppValue(String, String)

取得由 key 所識別的指定應用程式的喜好設定值。

RemoveAppValue(String)

移除目前應用程式所 key 識別的喜好設定值。

RemoveAppValue(String, NSString)

針對指定的應用程式,移除 所 key 識別的喜好設定值。

RemoveAppValue(String, String)

針對指定的應用程式,移除 所 key 識別的喜好設定值。

RemoveSuitePreferencesFromApp(NSString, String)

從指定 之 套件喜好設定的可搜尋清單中移除指定的 applicationId 套件喜好設定。

RemoveSuitePreferencesFromApp(String)

從目前應用程式的套件喜好設定可搜尋清單中移除指定的套件喜好設定。

RemoveSuitePreferencesFromApp(String, String)

從指定 之 套件喜好設定的可搜尋清單中移除指定的 applicationId 套件喜好設定。

SetAppValue(String, Object)

設定目前應用程式的機碼/值喜好設定組。

SetAppValue(String, Object, NSString)

設定指定應用程式的機碼/值喜好設定組。

SetAppValue(String, Object, String)

設定指定應用程式的機碼/值喜好設定組。

適用於