Compartir a través de


Interfaz ITypeLibExporterNotifySink

 

Publicado: octubre de 2016

Proporciona un mecanismo de devolución de llamada para el convertidor de ensamblados informe al llamador del estado de la conversión, e implicar así al llamador en el proceso de conversión.

Espacio de nombres:   System.Runtime.InteropServices
Ensamblado:  mscorlib (en mscorlib.dll)

Sintaxis

[GuidAttribute("F1C3BF77-C3E4-11d3-88E7-00902754C43A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[ComVisibleAttribute(true)]
public interface ITypeLibExporterNotifySink
[GuidAttribute("F1C3BF77-C3E4-11d3-88E7-00902754C43A")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[ComVisibleAttribute(true)]
public interface class ITypeLibExporterNotifySink
[<GuidAttribute("F1C3BF77-C3E4-11d3-88E7-00902754C43A")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<ComVisibleAttribute(true)>]
type ITypeLibExporterNotifySink = interface end
<GuidAttribute("F1C3BF77-C3E4-11d3-88E7-00902754C43A")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComVisibleAttribute(True)>
Public Interface ITypeLibExporterNotifySink

Métodos

Nombre Descripción
System_CAPS_pubmethod ReportEvent(ExporterEventKind, Int32, String)

Notifica al llamador que se produjo un evento durante la conversión de un ensamblado.

System_CAPS_pubmethod ResolveRef(Assembly)

Pide al usuario que resuelva una referencia a otro ensamblado.

Comentarios

Esta interfaz se utiliza en el proceso de convertir a un ensamblado administrado en una biblioteca de tipos COM.

Información de versión

.NET Framework
Disponible desde 1.1

Ver también

Espacio de nombres System.Runtime.InteropServices

Volver al principio