ITypeInfo.GetContainingTypeLib(ITypeLib, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère la bibliothèque de types qui contient cette description de type et son index dans cette bibliothèque de types.
public:
void GetContainingTypeLib([Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::ITypeLib ^ % ppTLB, [Runtime::InteropServices::Out] int % pIndex);
public void GetContainingTypeLib(out System.Runtime.InteropServices.ComTypes.ITypeLib ppTLB, out int pIndex);
abstract member GetContainingTypeLib : ITypeLib * int -> unit
Public Sub GetContainingTypeLib (ByRef ppTLB As ITypeLib, ByRef pIndex As Integer)
Paramètres
- ppTLB
- ITypeLib
Lorsque cette méthode est retournée, contient une référence à la bibliothèque de types contenante. Ce paramètre est passé non initialisé.
- pIndex
- Int32
Lorsque cette méthode est retournée, contient une référence à l’index de la description de type dans la bibliothèque de types contenante. Ce paramètre est passé non initialisé.
Remarques
Pour plus d’informations, consultez la méthode ITypeInfo ::GetContainingTypeLib.