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
'Declaración
<GuidAttribute("C00858CF-2E17-4323-9D79-0B0CFC39A92F")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFilterKeys
'Uso
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
[<GuidAttribute("C00858CF-2E17-4323-9D79-0B0CFC39A92F")>]
[<InterfaceTypeAttribute()>]
type IVsFilterKeys = interface end
public interface IVsFilterKeys