IVsFilterKeys2 Interface

 

Controls the binding between keys and commands. You can get an instance of this interface from the SVsFilterKeys (SID_SVsFilterKeys) service. Extends, but does not inherit from, IVsFilterKeys.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[GuidAttribute("A1FF0D7C-1F51-4A95-B107-EC6FFE2C5794")]
[InterfaceTypeAttribute(1)]
public interface IVsFilterKeys2

NameDescription
System_CAPS_pubmethodTranslateAcceleratorEx(MSG[], UInt32, UInt32, Guid[], Guid, UInt32, Int32, Int32)

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

Return to top
Show: