IShortcutManager.GetAvailableShortcutIds

Cambiar al Manual
public IEnumerable<string> GetAvailableShortcutIds ();

Valor de retorno

IEnumerable<string> Enumeration of available shortcut IDs.

Descripción

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.