Interfaz UCOMITypeComp
Publicado: octubre de 2016
Nota: Esta API ahora está obsoleta.
Utilice System.Runtime.InteropServices.ComTypes.ITypeComp en su lugar.
Espacio de nombres: System.Runtime.InteropServices
Ensamblado: mscorlib (en mscorlib.dll)
Sintaxis
[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
Métodos
Nombre | Descripción | |
---|---|---|
Bind(String, Int32, Int16, UCOMITypeInfo, DESCKIND, BINDPTR) | Asigna un nombre a un miembro de un tipo o enlaza variables globales y las funciones contenidas en una biblioteca de tipos. |
|
BindType(String, Int32, UCOMITypeInfo, UCOMITypeComp) | Enlaza con las descripciones de tipo dentro de una biblioteca de tipos. |
Comentarios
Para obtener más información acerca de la ITypeComp de la interfaz, vea MSDN Library.
Información de versión
.NET Framework
Disponible desde 1.1
Ver también
Espacio de nombres System.Runtime.InteropServices
Volver al principio