ImporterEventKind Enum

Definition

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

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
Inheritance
ImporterEventKind
Attributes

Fields

ERROR_REFTOINVALIDTYPELIB 2

This property is not supported in this version of the .NET Framework.

NOTIF_CONVERTWARNING 1

Specifies that the event is invoked when a warning occurs during conversion.

NOTIF_TYPECONVERTED 0

Specifies that the event is invoked when a type has been imported.

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.

Applies to