IVsHelpTopicShowEvents 接口

定义

为帮助主题显示事件提供支持。

public interface class IVsHelpTopicShowEvents
public interface class IVsHelpTopicShowEvents
__interface IVsHelpTopicShowEvents
[System.Runtime.InteropServices.Guid("D1AAC64A-6A25-4274-B2C6-BC3B840B6E54")]
[System.Runtime.InteropServices.TypeLibType(4096)]
public interface IVsHelpTopicShowEvents
[<System.Runtime.InteropServices.Guid("D1AAC64A-6A25-4274-B2C6-BC3B840B6E54")>]
[<System.Runtime.InteropServices.TypeLibType(4096)>]
type IVsHelpTopicShowEvents = interface
Public Interface IVsHelpTopicShowEvents
属性

方法

OnBeforeTopicShow(String, Object)

在显示帮助主题前调用。

OnTopicShowComplete(String, Object)

在显示帮助主题后调用。

适用于