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
'Usage
Dim instance As IVsFilterKeys
[GuidAttribute("C00858CF-2E17-4323-9D79-0B0CFC39A92F")]
[InterfaceTypeAttribute()]
public interface IVsFilterKeys
[GuidAttribute(L"C00858CF-2E17-4323-9D79-0B0CFC39A92F")]
[InterfaceTypeAttribute()]
public interface class IVsFilterKeys
public interface IVsFilterKeys

See Also

Reference

IVsFilterKeys Members

Microsoft.VisualStudio.Shell.Interop Namespace