public ShortcutManagement.ShortcutBinding GetShortcutBinding (string shortcutId);

Parámetros

shortcutIdID of shortcut to retrieve binding for.

Valor de retorno

ShortcutBinding Active binding for shortcut.

Descripción

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.