ITypeComp Interface

Definição

Fornece a definição gerenciada da interface 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

Comentários

Para obter mais informações, consulte Interface ITypeComp.

O Common Language Runtime gera uma exceção quando um método COM no código nativo retorna um HRESULT. Para obter mais informações, consulte Como mapear HRESULTs e exceções.

Métodos

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

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

BindType(String, Int32, ITypeInfo, ITypeComp)

Associa-se às descrições de tipo contidas em uma biblioteca de tipos.

Aplica-se a