Version: 2020.3

IShortcutManager.IsProfileReadOnly

切换到手册
public bool IsProfileReadOnly (string profileId);

参数

profileId 要确定其只读状态的配置文件的 ID。

返回

bool 如果 ID 为 profileId 的配置文件为只读,则为 true;否则为 false

描述

给定配置文件 ID 的配置文件是否为只读

只读状态的配置文件无法进行修改,例如,RebindShortcut 要求 activeProfileId 不引用只读配置文件。使用此方法可确保那些要求活动配置文件 ID 不为只读的方法不会抛出 ArgumentException