Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ExporterEventKind Enumeration

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

System.Runtime.InteropServices Namespace

Show:
© 2017 Microsoft