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.
Provides support for help topic show events.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'Declaration
<GuidAttribute("D1AAC64A-6A25-4274-B2C6-BC3B840B6E54")> _
Public Interface IVsHelpTopicShowEvents
[GuidAttribute("D1AAC64A-6A25-4274-B2C6-BC3B840B6E54")]
public interface IVsHelpTopicShowEvents
[GuidAttribute(L"D1AAC64A-6A25-4274-B2C6-BC3B840B6E54")]
public interface class IVsHelpTopicShowEvents
[<GuidAttribute("D1AAC64A-6A25-4274-B2C6-BC3B840B6E54")>]
type IVsHelpTopicShowEvents = interface end
public interface IVsHelpTopicShowEvents
The IVsHelpTopicShowEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnBeforeTopicShow | Called before the help topic is displayed. |
![]() |
OnTopicShowComplete | Called after the help topic is displayed. |
Top