ITypeLibImporterNotifySink インターフェイス

定義

型ライブラリ コンバーターが変換の状態を呼び出し元に通知し、呼び出し元を変換プロセス自体に関与させるコールバック メカニズムを提供します。

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

注釈

このインターフェイスは、COM タイプ ライブラリをマネージド アセンブリに変換するプロセスで使用されます。

メソッド

名前 説明
ReportEvent(ImporterEventKind, Int32, String)

タイプ ライブラリの変換中にイベントが発生したことを呼び出し元に通知します。

ResolveRef(Object)

別のタイプ ライブラリへの参照を解決するようにユーザーに求めます。

適用対象