Version: 2023.2
言語: 日本語
public bool IsProfileReadOnly (string profileId);

パラメーター

profileId ID of profile to determine read-only status for.

戻り値

bool true if the profile with ID profileId is read-only: otherwise, false.

説明

Is the profile for the given profile ID read-only?

Profiles that are read-only cannot be modified, e.g. RebindShortcut requires that activeProfileId does not reference a read-only profile. Use this method to ensure that methods that require the active profile ID to not be read-only won't throw ArgumentException.