ExporterEventKind Enum

Definition

Describes the callbacks that the type library exporter makes when exporting a type library.

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

Fields

ERROR_REFTOINVALIDASSEMBLY 2

This value 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 exported.

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.

Applies to