ITypeLibImporterNotifySink Interface

Definition

Provides a callback mechanism for the type library converter to inform the caller of the status of the conversion, and involve the caller in the conversion process itself.

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
Attributes

Remarks

This interface is used in the process of converting a COM type library to a managed assembly.

Methods

ReportEvent(ImporterEventKind, Int32, String)

Notifies the caller that an event occurred during the conversion of a type library.

ResolveRef(Object)

Asks the user to resolve a reference to another type library.

Applies to