System.Runtime.InteropServices.ImporterEventKind Enumeration

Describes the callbacks that the type library importer makes when importing a type library.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public enum ImporterEventKind

Remarks

The type library importer passes the values of this enumeration to the ITypeLibExporterNotifySink.ReportEvent(ExporterEventKind, int, string) method of an object which implements the System.Runtime.InteropServices.ITypeLibExporterNotifySink interface. The value passed identifies the specific kind of event being reported.

Members

Member NameDescription
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
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0