Freigeben über


ITypeLibImporterNotifySink-Schnittstelle

Stellt einen Rückrufmechanismus für den Typbibliothekkonverter 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
<ComVisibleAttribute(True)> _
<GuidAttribute("F1C3BF76-C3E4-11d3-88E7-00902754C43A")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface ITypeLibImporterNotifySink
'Usage
Dim instance As ITypeLibImporterNotifySink
[ComVisibleAttribute(true)] 
[GuidAttribute("F1C3BF76-C3E4-11d3-88E7-00902754C43A")] 
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] 
public interface ITypeLibImporterNotifySink
[ComVisibleAttribute(true)] 
[GuidAttribute(L"F1C3BF76-C3E4-11d3-88E7-00902754C43A")] 
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] 
public interface class ITypeLibImporterNotifySink
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute GuidAttribute("F1C3BF76-C3E4-11d3-88E7-00902754C43A") */ 
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */ 
public interface ITypeLibImporterNotifySink
ComVisibleAttribute(true) 
GuidAttribute("F1C3BF76-C3E4-11d3-88E7-00902754C43A") 
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) 
public interface ITypeLibImporterNotifySink

Hinweise

Diese Schnittstelle wird beim Prozess der Konvertierung einer COM-Typbibliothek in eine verwaltete Assembly 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

ITypeLibImporterNotifySink-Member
System.Runtime.InteropServices-Namespace