CFPreferences 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用於設定 Core Foundation 喜好設定的公用程式方法集合。
public static class CFPreferences
type CFPreferences = class
- 繼承
-
CFPreferences
欄位
CurrentApplication |
目前的應用程式。 |
方法
AddSuitePreferencesToApp(NSString, String) |
將指定的套件喜好設定新增至指定 |
AddSuitePreferencesToApp(String) |
將指定的套件喜好設定新增至目前應用程式的可搜尋套件喜好設定清單。 |
AddSuitePreferencesToApp(String, String) |
將指定的套件喜好設定新增至指定 |
AppSynchronize() |
針對目前的應用程式,將所有新設定的喜好設定寫入永久儲存體,然後載入所有現有的喜好設定。 |
AppSynchronize(NSString) |
針對 所 |
AppSynchronize(String) |
針對 所 |
AppValueIsForced(String) |
|
AppValueIsForced(String, NSString) |
|
AppValueIsForced(String, String) |
|
GetAppBooleanValue(String) |
取得目前應用程式所 |
GetAppBooleanValue(String, NSString) |
取得所指定應用程式所 |
GetAppBooleanValue(String, String) |
取得所指定應用程式所 |
GetAppIntegerValue(String) |
取得目前應用程式所 |
GetAppIntegerValue(String, NSString) |
取得所 |
GetAppIntegerValue(String, String) |
取得所 |
GetAppValue(String) |
取得目前應用程式所 |
GetAppValue(String, NSString) |
取得由 |
GetAppValue(String, String) |
取得由 |
RemoveAppValue(String) |
移除目前應用程式所 |
RemoveAppValue(String, NSString) |
針對指定的應用程式,移除 所 |
RemoveAppValue(String, String) |
針對指定的應用程式,移除 所 |
RemoveSuitePreferencesFromApp(NSString, String) |
從指定 之 套件喜好設定的可搜尋清單中移除指定的 |
RemoveSuitePreferencesFromApp(String) |
從目前應用程式的套件喜好設定可搜尋清單中移除指定的套件喜好設定。 |
RemoveSuitePreferencesFromApp(String, String) |
從指定 之 套件喜好設定的可搜尋清單中移除指定的 |
SetAppValue(String, Object) |
設定目前應用程式的機碼/值喜好設定組。 |
SetAppValue(String, Object, NSString) |
設定指定應用程式的機碼/值喜好設定組。 |
SetAppValue(String, Object, String) |
設定指定應用程式的機碼/值喜好設定組。 |