Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITypeLibImporterNotifySink Interface

 

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.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

<GuidAttribute("F1C3BF76-C3E4-11d3-88E7-00902754C43A")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComVisibleAttribute(True)>
Public Interface ITypeLibImporterNotifySink

NameDescription
System_CAPS_pubmethodReportEvent(ImporterEventKind, Int32, String)

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

System_CAPS_pubmethodResolveRef(Object)

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

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

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft