IVsFilterKeys2 Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class IVsFilterKeys2
C++/CX
public interface class IVsFilterKeys2
__interface IVsFilterKeys2
[System.Runtime.InteropServices.Guid("A1FF0D7C-1F51-4A95-B107-EC6FFE2C5794")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsFilterKeys2
[System.Runtime.InteropServices.Guid("A1FF0D7C-1F51-4A95-B107-EC6FFE2C5794")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFilterKeys2
[<System.Runtime.InteropServices.Guid("A1FF0D7C-1F51-4A95-B107-EC6FFE2C5794")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsFilterKeys2 = interface
[<System.Runtime.InteropServices.Guid("A1FF0D7C-1F51-4A95-B107-EC6FFE2C5794")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFilterKeys2 = interface
Public Interface IVsFilterKeys2
- Attributes
Translate |
Takes a Windows message, translates it into a command, and, optionally, executes the command. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |