ExporterEventKind 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述类型库导出程序在导出类型库时进行的回调。
public enum class ExporterEventKind
[System.Serializable]
public enum ExporterEventKind
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ExporterEventKind
[<System.Serializable>]
type ExporterEventKind =
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ExporterEventKind =
Public Enum ExporterEventKind
- 继承
- 属性
字段
ERROR_REFTOINVALIDASSEMBLY | 2 | 该版本的 .NET Framework 不支持此值。 |
NOTIF_CONVERTWARNING | 1 | 指定在转换期间发生警告时调用此事件。 |
NOTIF_TYPECONVERTED | 0 | 指定当类型已被导出时调用该事件。 |
注解
类型库导出程序将此枚举的值传递给 ReportEvent 实现 ITypeLibExporterNotifySink 接口的 对象的 方法。 传递的值标识要报告的特定类型的事件。