IVsUIAccelerator Interface
Provides information about accelerator keys.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<GuidAttribute("4E25556D-941D-4C29-A171-384EA84F6705")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUIAccelerator
[GuidAttribute("4E25556D-941D-4C29-A171-384EA84F6705")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIAccelerator
[GuidAttribute(L"4E25556D-941D-4C29-A171-384EA84F6705")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsUIAccelerator
[<GuidAttribute("4E25556D-941D-4C29-A171-384EA84F6705")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIAccelerator = interface end
public interface IVsUIAccelerator
The IVsUIAccelerator type exposes the following members.
Methods
Name | Description | |
---|---|---|
get_Message | Retrieves the message to be sent for the accelerator. | |
get_Modifiers | Retrieves the modifiers for the accelerator key. |
Top