HostEventMethodType 枚举

指示宿主应用程序中的方法的类型,该方法与外接程序中的某个方法相对应。

命名空间:  Microsoft.VisualStudio.Tools.Applications.Runtime
程序集:  Microsoft.VisualStudio.Tools.Applications.Runtime(在 Microsoft.VisualStudio.Tools.Applications.Runtime.dll 中)

语法

声明
Public Enumeration HostEventMethodType
public enum HostEventMethodType

成员

成员名称 说明
Add 指示使用了宿主方法来将事件处理程序添加到委托。
Other 指示宿主事件访问器方法类型没有指定,但运行时不应尝试从方法名称确定类型。
Raise 指示宿主方法引发了事件。
Remove 指示使用了宿主方法来将事件处理程序从委托中移除。
Unspecified 指示宿主事件访问器方法的类型没有指定。运行时应通过检查事件访问器方法名称的前缀(如“add_”或“remove_”)来确定类型。

请参见

参考

Microsoft.VisualStudio.Tools.Applications.Runtime 命名空间