IVsFilterKeys2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class IVsFilterKeys2
public interface class IVsFilterKeys2
__interface IVsFilterKeys2
[System.Runtime.InteropServices.Guid("A1FF0D7C-1F51-4A95-B107-EC6FFE2C5794")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsFilterKeys2
[<System.Runtime.InteropServices.Guid("A1FF0D7C-1F51-4A95-B107-EC6FFE2C5794")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsFilterKeys2 = interface
Public Interface IVsFilterKeys2
- Attributes
Methods
TranslateAcceleratorEx(MSG[], UInt32, UInt32, Guid[], Guid, UInt32, Int32, Int32) |
Takes a Windows message, translates it into a command, and, optionally, executes the command. |