ITypeLibExporterNotifySink 介面

定義

提供回呼 (Callback) 機制給組件 (Assembly) 轉換子,以通知呼叫端轉換的狀態,並將呼叫端包含到轉換程序中。

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
屬性

備註

這個介面用於將 Managed 元件轉換成 COM 型別程式庫的程式。

方法

ReportEvent(ExporterEventKind, Int32, String)

通知呼叫端在轉換組件期間發生事件。

ResolveRef(Assembly)

要求使用者解析另一個組件的參考。

適用於