ExporterEventKind Enum
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
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. |
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.
Product | Versions |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: