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 | |
---|---|---|
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. | |
GetTypeInfo | Récupère la description de type spécifiée dans la bibliothèque. | |
GetTypeInfoOfGuid | Extrait la description de type qui correspond à l'identificateur global unique spécifié (GUID). | |
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