IVsFilterKeys Interface
Controls the binding between keys and commands. You can get an instance of this interface from the SVsFilterKeys (SID_SVsFilterKeys) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("C00858CF-2E17-4323-9D79-0B0CFC39A92F")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFilterKeys
[GuidAttribute("C00858CF-2E17-4323-9D79-0B0CFC39A92F")]
[InterfaceTypeAttribute()]
public interface IVsFilterKeys
[GuidAttribute(L"C00858CF-2E17-4323-9D79-0B0CFC39A92F")]
[InterfaceTypeAttribute()]
public interface class IVsFilterKeys
[<GuidAttribute("C00858CF-2E17-4323-9D79-0B0CFC39A92F")>]
[<InterfaceTypeAttribute()>]
type IVsFilterKeys = interface end
public interface IVsFilterKeys
The IVsFilterKeys type exposes the following members.
Methods
Name | Description | |
---|---|---|
TranslateAccelerator | Takes a Windows message, translates it into a command, and, optionally, executes the command. |
Top