IVsHelpEvents 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.
Supports filter and collection change events.
public interface class IVsHelpEvents
public interface class IVsHelpEvents
__interface IVsHelpEvents
[System.Runtime.InteropServices.Guid("507E4490-5A8C-11D3-B897-00C04F79F802")]
[System.Runtime.InteropServices.TypeLibType(4096)]
public interface IVsHelpEvents
[System.Runtime.InteropServices.Guid("507E4490-5A8C-11D3-B897-00C04F79F802")]
public interface IVsHelpEvents
[<System.Runtime.InteropServices.Guid("507E4490-5A8C-11D3-B897-00C04F79F802")>]
[<System.Runtime.InteropServices.TypeLibType(4096)>]
type IVsHelpEvents = interface
[<System.Runtime.InteropServices.Guid("507E4490-5A8C-11D3-B897-00C04F79F802")>]
type IVsHelpEvents = interface
Public Interface IVsHelpEvents
- Attributes
Methods
OnCollectionChanged(String, String) |
Called when the Help collection changes. |
OnFilterChanged(String) |
Called when the filter applied to the Help collection changes. |