IVsFilterKeys Interface

Definition

Controls the binding between keys and commands. You can get an instance of this interface from the SVsFilterKeys (SID_SVsFilterKeys) service.

public interface class IVsFilterKeys
Attributes

Methods

TranslateAccelerator(MSG[], UInt32, Guid, UInt32)

Takes a Windows message, translates it into a command, and, optionally, executes the command.

Applies to