ITypeLibExporterNotifySink Gränssnitt

Definition

Tillhandahåller en återanropsmekanism för sammansättningskonverteraren för att informera anroparen om konverteringens status och involvera anroparen i själva konverteringsprocessen.

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
Attribut

Kommentarer

Det här gränssnittet används för att konvertera en hanterad sammansättning till ett COM-typbibliotek.

Metoder

Name Description
ReportEvent(ExporterEventKind, Int32, String)

Meddelar anroparen att en händelse inträffade under konverteringen av en sammansättning.

ResolveRef(Assembly)

Ber användaren att matcha en referens till en annan sammansättning.

Gäller för