CFPreferences.AddSuitePreferencesToApp Method

Definition

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 applicationId.

AddSuitePreferencesToApp(String, String)

Adds the specified suite preferences to the searchable list of suite preferences for the specified applicationId.

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

Applies to