ITypeComp Interfaz

Definición

Proporciona la definición administrada de la ITypeComp interfaz.

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, vea How to: Map HRESULTs and Exceptions.

Métodos

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

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

BindType(String, Int32, ITypeInfo, ITypeComp)

Enlaza con las descripciones de tipo contenidas en una biblioteca de tipos.

Se aplica a