Freigeben über


ITypeLibExporterNotifySink-Schnittstelle

Stellt einen Rückrufmechanismus für den Assemblykonverter bereit, mit dem der Aufrufer über den Status der Konvertierung informiert und selbst in den Konvertierungsvorgang einbezogen wird.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("F1C3BF77-C3E4-11d3-88E7-00902754C43A")> _
Public Interface ITypeLibExporterNotifySink
'Usage
Dim instance As ITypeLibExporterNotifySink
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] 
[ComVisibleAttribute(true)] 
[GuidAttribute("F1C3BF77-C3E4-11d3-88E7-00902754C43A")] 
public interface ITypeLibExporterNotifySink
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] 
[ComVisibleAttribute(true)] 
[GuidAttribute(L"F1C3BF77-C3E4-11d3-88E7-00902754C43A")] 
public interface class ITypeLibExporterNotifySink
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute GuidAttribute("F1C3BF77-C3E4-11d3-88E7-00902754C43A") */ 
public interface ITypeLibExporterNotifySink
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) 
ComVisibleAttribute(true) 
GuidAttribute("F1C3BF77-C3E4-11d3-88E7-00902754C43A") 
public interface ITypeLibExporterNotifySink

Hinweise

Diese Schnittstelle wird beim Prozess der Konvertierung einer verwalteten Assembly in eine COM-Typbibliothek verwendet.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

ITypeLibExporterNotifySink-Member
System.Runtime.InteropServices-Namespace