IShortcutManager.DeleteProfile
public void DeleteProfile(string profileId);
Parameters
| profileId | ID of profile to delete. |
Description 描述
Deletes profile with the given profile ID.
Throws ArgumentNullException if profileId is null. Throws ArgumentException if profileId is not avaliable, i.e. when GetAvailableProfileIds does not contain profileId. Throws ArgumentException if profileId is read-only, i.e. when IsProfileReadOnly returns true for profileId.