ITypeLibExporterNotifySink Interfaccia

Definizione

Fornisce un meccanismo di callback per il convertitore dell'assembly, per informare il chiamante dello stato della conversione e coinvolgerlo nel processo di conversione.

public interface class ITypeLibExporterNotifySink
[System.Runtime.InteropServices.Guid("F1C3BF77-C3E4-11d3-88E7-00902754C43A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ITypeLibExporterNotifySink
[System.Runtime.InteropServices.Guid("F1C3BF77-C3E4-11d3-88E7-00902754C43A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface ITypeLibExporterNotifySink
[<System.Runtime.InteropServices.Guid("F1C3BF77-C3E4-11d3-88E7-00902754C43A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ITypeLibExporterNotifySink = interface
[<System.Runtime.InteropServices.Guid("F1C3BF77-C3E4-11d3-88E7-00902754C43A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ITypeLibExporterNotifySink = interface
Public Interface ITypeLibExporterNotifySink
Attributi

Commenti

Questa interfaccia viene usata nel processo di conversione di un assembly gestito in una libreria dei tipi COM.

Metodi

ReportEvent(ExporterEventKind, Int32, String)

Notifica al chiamante che si è verificato un evento durante la conversione di un assembly.

ResolveRef(Assembly)

Richiede all'utente di risolvere un riferimento a un altro assembly.

Si applica a