UCOMITypeInfo.GetContainingTypeLib(UCOMITypeLib, 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::UCOMITypeLib ^ % ppTLB, [Runtime::InteropServices::Out] int % pIndex);
public void GetContainingTypeLib(out System.Runtime.InteropServices.UCOMITypeLib ppTLB, out int pIndex);
abstract member GetContainingTypeLib : UCOMITypeLib * int -> unit
Public Sub GetContainingTypeLib (ByRef ppTLB As UCOMITypeLib, ByRef pIndex As Integer)
Paramètres
- ppTLB
- UCOMITypeLib
Lors d’un retour réussi, référence à la bibliothèque de types contenante.
- pIndex
- Int32
Lors d’un retour réussi, référence à l’index de la description de type dans la bibliothèque de types contenante.
Remarques
Pour plus d’informations sur ITypeInfo::GetContainingTypeLib, consultez MSDN Library.