Version: 2021.3
언어: 한국어

IShortcutManager.GetAvailableShortcutIds

매뉴얼로 전환
public IEnumerable<string> GetAvailableShortcutIds ();

반환

IEnumerable<string> Enumeration of available shortcut IDs.

설명

Returns an enumeration of all available shortcut IDs.

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