ITypeInfo.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 de la description de type, qui permet à un compilateur client de se lier aux 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
Lorsque cette méthode est retournée, contient une référence à l’interface ITypeComp de la bibliothèque de types contenante. Ce paramètre est passé non initialisé.
Remarques
Pour plus d’informations, consultez la méthode ITypeInfo ::GetTypeComp.