ImporterEventKind Enumeração

Definição

Descreve os retornos de chamada feitos pelo importador da biblioteca ao importar uma biblioteca de tipos.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
Herança
ImporterEventKind
Atributos

Campos

ERROR_REFTOINVALIDTYPELIB 2

Essa propriedade não tem suporte nesta versão do .NET Framework.This property is not supported in this version of the .NET Framework.

NOTIF_CONVERTWARNING 1

Especifica que o evento é invocado quando ocorre um aviso durante a conversão.Specifies that the event is invoked when a warning occurs during conversion.

NOTIF_TYPECONVERTED 0

Especifica que o evento é invocado quando um tipo foi exportado.Specifies that the event is invoked when a type has been imported.

Comentários

O importador da biblioteca de tipos passa os valores dessa enumeração para o ReportEvent método de um objeto que implementa a ITypeLibExporterNotifySink interface.The type library importer passes the values of this enumeration to the ReportEvent method of an object which implements the ITypeLibExporterNotifySink interface. O valor passado identifica o tipo específico de evento que está sendo relatado.The value passed identifies the specific kind of event being reported.

Aplica-se a