This documentation is archived and is not being maintained.
ExporterEventKind Enumeration
.NET Framework 1.1
Describes the callbacks that the type library exporter makes when exporting a type library.
[Visual Basic] <Serializable> Public Enum ExporterEventKind [C#] [Serializable] public enum ExporterEventKind [C++] [Serializable] __value public enum ExporterEventKind [JScript] public Serializable enum ExporterEventKind
Remarks
The type library exporter passes the values of this enumeration to the ReportEvent method of an object which implements the ITypeLibExporterNotifySink interface. The value passed identifies the specific kind of event being reported.
Members
| Member name | Description |
|---|---|
| ERROR_REFTOINVALIDASSEMBLY | This value is not supported in this version of the .NET Framework. |
| NOTIF_CONVERTWARNING | Specifies that the event is invoked when a warning occurs during conversion. |
| NOTIF_TYPECONVERTED | Specifies that the event is invoked when a type has been exported. |
Requirements
Namespace: System.Runtime.InteropServices
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
Show: