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
'Declaración
<GuidAttribute("A1FF0D7C-1F51-4A95-B107-EC6FFE2C5794")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFilterKeys2
'Uso
Dim instance As 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