IVsHelpEvents_Event 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
支持筛选和集合更改事件。
public interface class IVsHelpEvents_Event
public interface class IVsHelpEvents_Event
__interface IVsHelpEvents_Event
[System.Runtime.InteropServices.ComEventInterface(typeof(Microsoft.VisualStudio.VSHelp.IVsHelpEvents), typeof(Microsoft.VisualStudio.VSHelp.IVsHelpEvents_EventProvider))]
[System.Runtime.InteropServices.ComVisible(false)]
public interface IVsHelpEvents_Event
[<System.Runtime.InteropServices.ComEventInterface(typeof(Microsoft.VisualStudio.VSHelp.IVsHelpEvents), typeof(Microsoft.VisualStudio.VSHelp.IVsHelpEvents_EventProvider))>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type IVsHelpEvents_Event = interface
Public Interface IVsHelpEvents_Event
- 派生
- 属性
方法
事件
| OnCollectionChanged |
在帮助集合更改时调用。 |
| OnFilterChanged |
当应用于帮助集合的筛选器发生更改时调用。 |