UCOMITypeComp-Schnittstelle
Veröffentlicht: Oktober 2016
Hinweis: Diese API ist jetzt veraltet.
Verwenden Sie stattdessen System.Runtime.InteropServices.ComTypes.ITypeComp.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.ITypeComp instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)]
[GuidAttribute("00020403-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMITypeComp
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.ITypeComp instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)]
[GuidAttribute("00020403-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class UCOMITypeComp
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.ITypeComp instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)>]
[<GuidAttribute("00020403-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMITypeComp = interface end
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.ITypeComp instead. https://go.microsoft.com/fwlink/?linkid=14202",
False)>
<GuidAttribute("00020403-0000-0000-C000-000000000046")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface UCOMITypeComp
Methoden
Name | Beschreibung | |
---|---|---|
Bind(String, Int32, Int16, UCOMITypeInfo, DESCKIND, BINDPTR) | Ordnet einen Namen auf einen Member eines Typs oder bindet globale Variablen und Funktionen in einer Typbibliothek. |
|
BindType(String, Int32, UCOMITypeInfo, UCOMITypeComp) | Bindet den Typ Beschreibungen in eine Typbibliothek enthalten sind. |
Hinweise
Weitere Informationen zu den ITypeComp Benutzeroberfläche, finden Sie in der MSDN Library.
Versionsinformationen
.NET Framework
Verfügbar seit 1.1
Siehe auch
System.Runtime.InteropServices-Namespace
Zurück zum Anfang