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