Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables changing the shell's translation of accelerator keys.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("9EB7079F-3445-4C43-99D8-46EA8CA1D659")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDocOutlineProvider2
[GuidAttribute("9EB7079F-3445-4C43-99D8-46EA8CA1D659")]
[InterfaceTypeAttribute()]
public interface IVsDocOutlineProvider2
[GuidAttribute(L"9EB7079F-3445-4C43-99D8-46EA8CA1D659")]
[InterfaceTypeAttribute()]
public interface class IVsDocOutlineProvider2
[<GuidAttribute("9EB7079F-3445-4C43-99D8-46EA8CA1D659")>]
[<InterfaceTypeAttribute()>]
type IVsDocOutlineProvider2 = interface end
public interface IVsDocOutlineProvider2
The IVsDocOutlineProvider2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
TranslateAccelerator | Processes a Windows message related to accelerator keys. |
Top
Remarks
This is an optional interface for implementers of IVsDocOutlineProvider needing to translate accelerator keys differently than the defaults.