ImporterEventKind 枚举

定义

描述类型库导入程序在导入类型库时生成的回调。

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
继承
ImporterEventKind
属性

字段

ERROR_REFTOINVALIDTYPELIB 2

此版本的 .NET Framework 不支持此属性。

NOTIF_CONVERTWARNING 1

指定在转换期间发生警告时调用此事件。

NOTIF_TYPECONVERTED 0

指定当类型已导入时调用该事件。

注解

类型库导入程序将此枚举的值传递给实现 接口 ReportEvent 的对象 ITypeLibExporterNotifySink 的 方法。 传递的值标识要报告的特定事件类型。

适用于