IShortcutManager.ClearShortcutOverride

Cambiar al Manual
public void ClearShortcutOverride (string shortcutId);

Parámetros

shortcutIdID of shortcut to clear override for.

Descripción

Clears the binding for shortcut with given shortcut ID from the active profile.

Throws ArgumentNullException if shortcutId is null. Throws InvalidOperationException if the active profile is read-only, i.e. when IsReadOnlyProfile returns true for activeProfileId. Throws InvalidArgumentException when shortcutId is not an available shortcut ID, i.e. when GetAvailableShortcutIds does not contain shortcutId.