UCOMITypeLib Interfaz

Definición

Precaución

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

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.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
Public Interface UCOMITypeLib
Atributos

Comentarios

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

Métodos

Nombre Description
FindName(String, Int32, UCOMITypeInfo[], Int32[], Int16)
Obsoletos.

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

GetDocumentation(Int32, String, String, Int32, String)
Obsoletos.

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 de la biblioteca en el archivo de ayuda.

GetLibAttr(IntPtr)
Obsoletos.

Recupera la estructura que contiene los atributos de la biblioteca.

GetTypeComp(UCOMITypeComp)
Obsoletos.

Permite que un compilador de cliente se enlace a los tipos, variables, constantes y funciones globales de una biblioteca.

GetTypeInfo(Int32, UCOMITypeInfo)
Obsoletos.

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

GetTypeInfoCount()
Obsoletos.

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

GetTypeInfoOfGuid(Guid, UCOMITypeInfo)
Obsoletos.

Recupera la descripción del tipo que corresponde al GUID especificado.

GetTypeInfoType(Int32, TYPEKIND)
Obsoletos.

Recupera el tipo de una descripción de tipo.

IsName(String, Int32)
Obsoletos.

Indica si una cadena pasada contiene el nombre de un tipo o miembro descrito en la biblioteca.

ReleaseTLibAttr(IntPtr)
Obsoletos.

Libera el TYPELIBATTR objeto obtenido originalmente de GetLibAttr(IntPtr).

Se aplica a