ImporterEventKind 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 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
- Attributes
Fields
Name | Value | Description |
---|---|---|
NOTIF_TYPECONVERTED | 0 | Specifies that the event is invoked when a type has been imported. |
NOTIF_CONVERTWARNING | 1 | Specifies that the event is invoked when a warning occurs during conversion. |
ERROR_REFTOINVALIDTYPELIB | 2 | This property is not supported in this version of the .NET Framework. |
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.