ITypeLibImporterNotifySink Schnittstelle

Definition

Stellt einen Rückrufmechanismus für den Typbibliothekskonverter bereit, um den Aufrufer über den Status der Konvertierung zu informieren und den Aufrufer in den Konvertierungsprozess selbst einzubeziehen.

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

Hinweise

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

Methoden

Name Beschreibung
ReportEvent(ImporterEventKind, Int32, String)

Benachrichtigt den Aufrufer, dass während der Konvertierung einer Typbibliothek ein Ereignis aufgetreten ist.

ResolveRef(Object)

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

Gilt für: