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 ainsi que l'index correspondant dans cette bibliothèque.
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éférence à la bibliothèque de types conteneur.
- pIndex
- Int32
Lors d'un retour, référence à l'index de la description de type dans la bibliothèque de types conteneur.
Remarques
Pour plus d’informations sur ITypeInfo::GetContainingTypeLib
, consultez MSDN Library.