ITypeComp Interface

Definição

Fornece a definição gerida da ITypeComp interface.

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

Observações

Para mais informações, consulte a interface ITypeComp.

O runtime da linguagem comum lança uma exceção quando um método COM em código nativo devolve um HRESULT. Para mais informações, veja Como: Mapear HRESULTs e Exceções.

Métodos

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

Mapeia um nome para um membro de um tipo, ou associa variáveis e funções globais contidas numa biblioteca de tipos.

BindType(String, Int32, ITypeInfo, ITypeComp)

Vincula às descrições de tipos contidas numa biblioteca de tipos.

Aplica-se a