CFPreferences.AddSuitePreferencesToApp 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
AddSuitePreferencesToApp(String) |
Adds the specified suite preferences to the searchable list of suite preferences for the current application. |
AddSuitePreferencesToApp(NSString, String) |
Adds the specified suite preferences to the searchable list of suite preferences for the specified |
AddSuitePreferencesToApp(String, String) |
Adds the specified suite preferences to the searchable list of suite preferences for the specified |
AddSuitePreferencesToApp(String)
Adds the specified suite preferences to the searchable list of suite preferences for the current application.
public static void AddSuitePreferencesToApp (string suiteId);
static member AddSuitePreferencesToApp : string -> unit
Parameters
- suiteId
- String
Applies to
AddSuitePreferencesToApp(NSString, String)
Adds the specified suite preferences to the searchable list of suite preferences for the specified applicationId
.
public static void AddSuitePreferencesToApp (Foundation.NSString applicationId, string suiteId);
static member AddSuitePreferencesToApp : Foundation.NSString * string -> unit
Parameters
- applicationId
- NSString
- suiteId
- String
Applies to
AddSuitePreferencesToApp(String, String)
Adds the specified suite preferences to the searchable list of suite preferences for the specified applicationId
.
public static void AddSuitePreferencesToApp (string applicationId, string suiteId);
static member AddSuitePreferencesToApp : string * string -> unit
Parameters
- applicationId
- String
- suiteId
- String