Freigeben über


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
System_CAPS_pubmethod Bind(String, Int32, Int16, UCOMITypeInfo, DESCKIND, BINDPTR)

Ordnet einen Namen auf einen Member eines Typs oder bindet globale Variablen und Funktionen in einer Typbibliothek.

System_CAPS_pubmethod 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