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)

Syntax

'Declaration
<GuidAttribute("A1FF0D7C-1F51-4A95-B107-EC6FFE2C5794")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFilterKeys2
[GuidAttribute("A1FF0D7C-1F51-4A95-B107-EC6FFE2C5794")]
[InterfaceTypeAttribute()]
public interface IVsFilterKeys2
[GuidAttribute(L"A1FF0D7C-1F51-4A95-B107-EC6FFE2C5794")]
[InterfaceTypeAttribute()]
public interface class IVsFilterKeys2
[<GuidAttribute("A1FF0D7C-1F51-4A95-B107-EC6FFE2C5794")>]
[<InterfaceTypeAttribute()>]
type IVsFilterKeys2 =  interface end
public interface IVsFilterKeys2

The IVsFilterKeys2 type exposes the following members.

Methods

  Name Description
Public method TranslateAcceleratorEx Takes a Windows message, translates it into a command, and, optionally, executes the command.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace