Version: 2023.2
言語: 日本語
public void DeleteProfile (string profileId);

パラメーター

profileId ID of profile to delete.

説明

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.