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