Version: 2020.3
언어: 한국어
public ShortcutManagement.ShortcutBinding GetShortcutBinding (string shortcutId);

파라미터

shortcutId ID of shortcut to retrieve binding for.

반환

ShortcutBinding Active binding for shortcut.

설명

Returns the active binding for the given shortcut ID.

The return value depends on the active profile (activeProfileId). Throws ArgumentNullException if shortcutId is null. Throws ArgumentException if shortcutId is not available, i.e. when GetActiveShortcutIds does not contain shortcutId.