CFPreferences.AppSynchronize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AppSynchronize() |
For the current application, writes all newly set preferences to permanent storage and then loads all existing preferences. |
AppSynchronize(NSString) |
For the application that is identified by |
AppSynchronize(String) |
For the application that is identified by |
AppSynchronize()
For the current application, writes all newly set preferences to permanent storage and then loads all existing preferences.
public static bool AppSynchronize ();
static member AppSynchronize : unit -> bool
Returns
Applies to
AppSynchronize(NSString)
For the application that is identified by applicationId
, writes all newly set preferences to permanent storage and then loads all existing preferences.
public static bool AppSynchronize (Foundation.NSString applicationId);
static member AppSynchronize : Foundation.NSString -> bool
Parameters
- applicationId
- NSString
Returns
Applies to
AppSynchronize(String)
For the application that is identified by applicationId
, writes all newly set preferences to permanent storage and then loads all existing preferences.
public static bool AppSynchronize (string applicationId);
static member AppSynchronize : string -> bool
Parameters
- applicationId
- String