ITypeComp Interfaz

Definición

Proporciona la definición administrada de la interfaz ITypeComp.

public interface class ITypeComp
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ITypeComp
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("00020403-0000-0000-C000-000000000046")]
public interface ITypeComp
public interface ITypeComp
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ITypeComp = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("00020403-0000-0000-C000-000000000046")>]
type ITypeComp = interface
type ITypeComp = interface
Public Interface ITypeComp
Atributos

Comentarios

Para obtener más información, vea Interfaz ITypeComp.

Common Language Runtime produce una excepción cuando un método COM en código nativo devuelve un HRESULT. Para obtener más información, consulta How to: Map HRESULTs and Exceptions.

Métodos

Bind(String, Int32, Int16, ITypeInfo, DESCKIND, BINDPTR)

Asigna un nombre a un miembro de un tipo o enlaza variables y funciones globales de una biblioteca de tipos.

BindType(String, Int32, ITypeInfo, ITypeComp)

Enlaza con las descripciones de tipo que se encuentran dentro de una biblioteca de tipos.

Se aplica a