UCOMITypeLib Interfaz
Definición
Precaución
Use System.Runtime.InteropServices.ComTypes.ITypeLib instead. http://go.microsoft.com/fwlink/?linkid=14202
Precaución
Esta API está ya obsoleta.
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 acerca de la ITypeLib
interfaz, vea MSDN Library.For additional information about the ITypeLib
interface, see the MSDN Library.
Métodos
FindName(String, Int32, UCOMITypeInfo[], Int32[], Int16) |
Busca apariciones de una descripción de tipo en una biblioteca de tipos.Finds occurrences of a type description in a type library. |
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.Retrieves the library's documentation string, the complete Help file name and path, and the context identifier for the library Help topic in the Help file. |
GetLibAttr(IntPtr) |
Recupera la estructura que contiene los atributos de la biblioteca.Retrieves the structure that contains the library's attributes. |
GetTypeComp(UCOMITypeComp) |
Habilita un compilador cliente para enlazarse a los tipos, variables, constantes y funciones globales de una biblioteca.Enables a client compiler to bind to a library's types, variables, constants, and global functions. |
GetTypeInfo(Int32, UCOMITypeInfo) |
Recupera la descripción de tipo especificada en la biblioteca.Retrieves the specified type description in the library. |
GetTypeInfoCount() |
Devuelve el número de descripciones de tipo de la biblioteca de tipos.Returns the number of type descriptions in the type library. |
GetTypeInfoOfGuid(Guid, UCOMITypeInfo) |
Recupera la descripción de tipo que se corresponde con el GUID especificado.Retrieves the type description that corresponds to the specified GUID. |
GetTypeInfoType(Int32, TYPEKIND) |
Recupera el tipo de una descripción de tipos.Retrieves the type of a type description. |
GetTypeInfoType(Int32, TYPEKIND) |
Recupera el tipo de una descripción de tipos.Retrieves the type of a type description. |
IsName(String, Int32) |
Indica si una cadena que se ha pasado contiene el nombre de un tipo o miembro descrito en la biblioteca.Indicates whether a passed-in string contains the name of a type or member described in the library. |
ReleaseTLibAttr(IntPtr) |
Libera la estructura TYPELIBATTR que se ha obtenido originalmente de GetLibAttr(IntPtr).Releases the TYPELIBATTR originally obtained from GetLibAttr(IntPtr). |