UCOMITypeLib Interface

Définition

Attention

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

Utilisez ITypeLib à la place.

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
Attributs

Remarques

Pour plus d’informations sur l’interface ITypeLib , consultez MSDN Library.

Méthodes

Nom Description
FindName(String, Int32, UCOMITypeInfo[], Int32[], Int16)
Obsolète.

Recherche les occurrences d’une description de type dans une bibliothèque de types.

GetDocumentation(Int32, String, String, Int32, String)
Obsolète.

Récupère la chaîne de documentation de la bibliothèque, le nom et le chemin complets du fichier d’aide, ainsi que l’identificateur de contexte de la rubrique d’aide de la bibliothèque dans le fichier d’aide.

GetLibAttr(IntPtr)
Obsolète.

Récupère la structure qui contient les attributs de la bibliothèque.

GetTypeComp(UCOMITypeComp)
Obsolète.

Permet à un compilateur client de lier les types, variables, constantes et fonctions globales d’une bibliothèque.

GetTypeInfo(Int32, UCOMITypeInfo)
Obsolète.

Récupère la description de type spécifiée dans la bibliothèque.

GetTypeInfoCount()
Obsolète.

Retourne le nombre de descriptions de type dans la bibliothèque de types.

GetTypeInfoOfGuid(Guid, UCOMITypeInfo)
Obsolète.

Récupère la description de type qui correspond au GUID spécifié.

GetTypeInfoType(Int32, TYPEKIND)
Obsolète.

Récupère le type d’une description de type.

IsName(String, Int32)
Obsolète.

Indique si une chaîne transmise contient le nom d’un type ou d’un membre décrit dans la bibliothèque.

ReleaseTLibAttr(IntPtr)
Obsolète.

Libère l’original TYPELIBATTR obtenu à partir de GetLibAttr(IntPtr).

S’applique à