IVsDocOutlineProvider2 Interface

Definition

Enables changing the shell's translation of accelerator keys.

public interface class IVsDocOutlineProvider2
public interface class IVsDocOutlineProvider2
__interface IVsDocOutlineProvider2
[System.Runtime.InteropServices.Guid("9EB7079F-3445-4C43-99D8-46EA8CA1D659")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDocOutlineProvider2
[<System.Runtime.InteropServices.Guid("9EB7079F-3445-4C43-99D8-46EA8CA1D659")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDocOutlineProvider2 = interface
Public Interface IVsDocOutlineProvider2
Attributes

Remarks

This is an optional interface for implementers of IVsDocOutlineProvider needing to translate accelerator keys differently than the defaults.

Methods

TranslateAccelerator(MSG[])

Processes a Windows message related to accelerator keys.

Applies to