Partager via


ITypeLib, interface

Fournit des méthodes pour accéder à une bibliothèque des descriptions de type.

Espace de noms :  Microsoft.VisualStudio.VsWizard
Assembly :  Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Déclaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("00020402-0000-0000-C000-000000000046")> _
Public Interface ITypeLib
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("00020402-0000-0000-C000-000000000046")]
public interface ITypeLib
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"00020402-0000-0000-C000-000000000046")]
public interface class ITypeLib
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("00020402-0000-0000-C000-000000000046")>]
type ITypeLib =  interface end
public interface ITypeLib

Le type ITypeLib expose les membres suivants.

Méthodes

  Nom Description
Méthode publique GetTypeComp Extrait un pointeur à l'ITypeComp pour une bibliothèque de types.Cela permet à un compilateur client pour lier aux types de la bibliothèque, aux variables, aux constantes, et aux fonctions globales.
Méthode publique GetTypeInfo Récupère la description de type spécifiée dans la bibliothèque.
Méthode publique GetTypeInfoOfGuid Extrait la description de type qui correspond à l'identificateur global unique spécifié (GUID).
Méthode publique GetTypeInfoType Récupère le type d'une description de type.
Méthode publique LocalReleaseTLibAttr Infrastructure. Réservé à un usage interne Microsoft.
Méthode publique RemoteFindName Infrastructure. Réservé à un usage interne Microsoft.
Méthode publique RemoteGetDocumentation Infrastructure. Réservé à un usage interne Microsoft.
Méthode publique RemoteGetLibAttr Infrastructure. Réservé à un usage interne Microsoft.
Méthode publique RemoteGetTypeInfoCount Infrastructure. Réservé à un usage interne Microsoft.
Méthode publique RemoteIsName Infrastructure. Réservé à un usage interne Microsoft.

Début

Voir aussi

Référence

Microsoft.VisualStudio.VsWizard, espace de noms