Version: 2022.1

IShortcutManager.GetShortcutBinding

切换到手册
public ShortcutManagement.ShortcutBinding GetShortcutBinding (string shortcutId);

参数

shortcutId 要对其获取绑定的快捷方式的 ID。

返回

ShortcutBinding 快捷方式的活动绑定。

描述

返回给定快捷方式 ID 的活动绑定。

返回值取决于活动配置文件 (activeProfileId)。如果 shortcutIdnull,则会抛出 ArgumentNullException。如果 shortcutId 不可用(即,当 GetActiveShortcutIds 不包含 shortcutId 时),会抛出 ArgumentException