UCOMITypeLib Interface

Definição

Cuidado

Use System.Runtime.InteropServices.ComTypes.ITypeLib instead. http://go.microsoft.com/fwlink/?linkid=14202

Cuidado

Essa API foi preterida.

Use ITypeLib em seu lugar.

public interface class UCOMITypeLib
[System.Runtime.InteropServices.Guid("00020402-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMITypeLib
[System.Runtime.InteropServices.Guid("00020402-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.ITypeLib instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMITypeLib
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete]
[System.Runtime.InteropServices.Guid("00020402-0000-0000-c000-000000000046")]
public interface UCOMITypeLib
[<System.Runtime.InteropServices.Guid("00020402-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMITypeLib = interface
[<System.Runtime.InteropServices.Guid("00020402-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.ITypeLib instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMITypeLib = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete>]
[<System.Runtime.InteropServices.Guid("00020402-0000-0000-c000-000000000046")>]
type UCOMITypeLib = interface
Public Interface UCOMITypeLib
Atributos

Comentários

Para obter informações adicionais sobre a ITypeLib interface, consulte o Biblioteca MSDN.

Métodos

FindName(String, Int32, UCOMITypeInfo[], Int32[], Int16)

Localiza as ocorrências de uma descrição de tipo em uma biblioteca de tipos.

GetDocumentation(Int32, String, String, Int32, String)

Recupera a cadeia de caracteres de documentação da biblioteca, o nome e o caminho completos do arquivo de Ajuda e o identificador de contexto do tópico de Ajuda da biblioteca no arquivo de Ajuda.

GetLibAttr(IntPtr)

Recupera a estrutura que contém os atributos da biblioteca.

GetTypeComp(UCOMITypeComp)

Permite que um compilador de cliente associe-se a uma biblioteca de tipos, variáveis, constantes e funções globais.

GetTypeInfo(Int32, UCOMITypeInfo)

Recupera a descrição de tipo especificada na biblioteca.

GetTypeInfoCount()

Retorna o número de descrições de tipo na biblioteca de tipos.

GetTypeInfoOfGuid(Guid, UCOMITypeInfo)

Recupera a descrição de tipo que corresponde ao GUID especificado.

GetTypeInfoType(Int32, TYPEKIND)

Recupera o tipo de uma descrição de tipo.

GetTypeInfoType(Int32, TYPEKIND)

Recupera o tipo de uma descrição de tipo.

IsName(String, Int32)

Indica se uma cadeia de caracteres passada contém o nome de um tipo ou membro descrito na biblioteca.

ReleaseTLibAttr(IntPtr)

Libera o TYPELIBATTR obtido originalmente de GetLibAttr(IntPtr).

Aplica-se a