ExporterEventKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Name | Value | Description |
---|---|---|
NOTIF_TYPECONVERTED | 0 | Specifies that the event is invoked when a type has been exported. |
NOTIF_CONVERTWARNING | 1 | Specifies that the event is invoked when a warning occurs during conversion. |
ERROR_REFTOINVALIDASSEMBLY | 2 | This value is not supported in this version of the .NET Framework. |
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.