ITypeLibImporterNotifySink Interface

Definitie

Biedt een callback-mechanisme voor het type bibliotheekconversieprogramma om de beller op de hoogte te stellen van de status van de conversie en de beller in het conversieproces zelf te betrekken.

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
Kenmerken

Opmerkingen

Deze interface wordt gebruikt bij het converteren van een COM-typebibliotheek naar een beheerde assembly.

Methoden

Name Description
ReportEvent(ImporterEventKind, Int32, String)

Hiermee wordt de aanroeper op de hoogte gebracht van de gebeurtenis die is opgetreden tijdens de conversie van een typebibliotheek.

ResolveRef(Object)

Vraagt de gebruiker om een verwijzing naar een andere typebibliotheek op te lossen.

Van toepassing op