IVsHelpTopicShowEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides support for help topic show events.
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")]
public interface IVsHelpTopicShowEvents
[<System.Runtime.InteropServices.Guid("D1AAC64A-6A25-4274-B2C6-BC3B840B6E54")>]
[<System.Runtime.InteropServices.TypeLibType(4096)>]
type IVsHelpTopicShowEvents = interface
[<System.Runtime.InteropServices.Guid("D1AAC64A-6A25-4274-B2C6-BC3B840B6E54")>]
type IVsHelpTopicShowEvents = interface
Public Interface IVsHelpTopicShowEvents
- Attributes
Methods
OnBeforeTopicShow(String, Object) |
Called before the help topic is displayed. |
OnTopicShowComplete(String, Object) |
Called after the help topic is displayed. |