Compartilhar via


IVsHelpEvents Interface

Definition

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.

Applies to