ExporterEventKind 枚举

定义

描述类型库导出程序在导出类型库时进行的回调。

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

字段

ERROR_REFTOINVALIDASSEMBLY 2

该版本的 .NET Framework 不支持此值。

NOTIF_CONVERTWARNING 1

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

NOTIF_TYPECONVERTED 0

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

注解

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

适用于