UCOMITypeLib Interfaz

Definición

Precaución

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

Precaución

Esta API ya está en desuso.

Utilice ITypeLib en su 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

Comentarios

Para obtener más información sobre la ITypeLib interfaz, vea MSDN Library.

Métodos

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

Busca apariciones de una descripción de tipo en una biblioteca de tipos.

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

Recupera la cadena de documentación de la biblioteca, el nombre y la ruta de acceso completos del archivo de Ayuda y el identificador de contexto del tema de Ayuda relativo a la biblioteca en el archivo de Ayuda.

GetLibAttr(IntPtr)

Recupera la estructura que contiene los atributos de la biblioteca.

GetTypeComp(UCOMITypeComp)

Habilita un compilador cliente para enlazarse a los tipos, variables, constantes y funciones globales de una biblioteca.

GetTypeInfo(Int32, UCOMITypeInfo)

Recupera la descripción de tipo especificada en la biblioteca.

GetTypeInfoCount()

Devuelve el número de descripciones de tipo de la biblioteca de tipos.

GetTypeInfoOfGuid(Guid, UCOMITypeInfo)

Recupera la descripción de tipo que se corresponde con el GUID especificado.

GetTypeInfoType(Int32, TYPEKIND)

Recupera el tipo de una descripción de tipos.

GetTypeInfoType(Int32, TYPEKIND)

Recupera el tipo de una descripción de tipos.

IsName(String, Int32)

Indica si una cadena que se ha pasado contiene el nombre de un tipo o miembro descrito en la biblioteca.

ReleaseTLibAttr(IntPtr)

Libera la estructura TYPELIBATTR que se ha obtenido originalmente de GetLibAttr(IntPtr).

Se aplica a