ITypeInfo2.GetTypeComp(ITypeComp) 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 l'interface ITypeComp
pour la description de type qui permet à un compilateur client d'effectuer une liaison avec les membres de la description de type.
public:
void GetTypeComp([Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::ITypeComp ^ % ppTComp);
public void GetTypeComp (out System.Runtime.InteropServices.ComTypes.ITypeComp ppTComp);
abstract member GetTypeComp : ITypeComp -> unit
Public Sub GetTypeComp (ByRef ppTComp As ITypeComp)
Paramètres
- ppTComp
- ITypeComp
Cette méthode retourne une référence au ITypeComp
de la bibliothèque de types conteneur. Ce paramètre est passé sans être initialisé.
Implémente
Remarques
Pour plus d’informations, consultez Méthode ITypeInfo::GetTypeComp.