ITypeLibExporterNotifySink Schnittstelle

Definition

Stellt einen Rückrufmechanismus für den Assemblykonverter bereit, mit dem der Aufrufer über den Status der Konvertierung informiert und selbst in den Konvertierungsvorgang einbezogen wird.

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
Attribute

Hinweise

Diese Schnittstelle wird beim Konvertieren einer verwalteten Assembly in eine COM-Typbibliothek verwendet.

Methoden

ReportEvent(ExporterEventKind, Int32, String)

Benachrichtigt den Aufrufer, dass während der Konvertierung einer Assembly ein Ereignis eingetreten ist.

ResolveRef(Assembly)

Fordert den Benutzer auf, einen Verweis auf eine andere Assembly aufzulösen.

Gilt für: