This documentation is archived and is not being maintained.
ImporterEventKind Enumeration
.NET Framework 1.1
Describes the callbacks that the type library importer makes when importing a type library.
[Visual Basic] <Serializable> Public Enum ImporterEventKind [C#] [Serializable] public enum ImporterEventKind [C++] [Serializable] __value public enum ImporterEventKind [JScript] public Serializable enum ImporterEventKind
Remarks
The type library importer 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_REFTOINVALIDTYPELIB | This property 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 imported. |
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: