IShortcutManager.GetAvailableShortcutIds

Switch to Manual
public IEnumerable<string> GetAvailableShortcutIds ();

Returns

IEnumerable<string> Enumeration of available shortcut IDs.

Description

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.