ITypeLib, interface
Fournit les méthodes permettant d'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 | |
---|---|---|
GetTypeComp | Extrait un pointeur vers l'ITypeComp pour une bibliothèque de types.Cela permet à un compilateur client d'effectuer une liaison aux types, variables, constantes et fonctions globales de la bibliothèque. | |
GetTypeInfo | Récupère la description de type spécifiée dans la bibliothèque. | |
GetTypeInfoOfGuid | Récupère la description de type qui correspond à l'identificateur global unique (GUID) spécifié. | |
GetTypeInfoType | Récupère le type d'une description de type. | |
LocalReleaseTLibAttr | Infrastructure. Réservé à un usage interne Microsoft. | |
RemoteFindName | Infrastructure. Réservé à un usage interne Microsoft. | |
RemoteGetDocumentation | Infrastructure. Réservé à un usage interne Microsoft. | |
RemoteGetLibAttr | Infrastructure. Réservé à un usage interne Microsoft. | |
RemoteGetTypeInfoCount | Infrastructure. Réservé à un usage interne Microsoft. | |
RemoteIsName | Infrastructure. Réservé à un usage interne Microsoft. |
Début