ITypeInfo2.GetRefTypeInfo(Int32, ITypeInfo) 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 les descriptions de type référencées, si une description de type fait référence à d'autres descriptions de type.
public:
void GetRefTypeInfo(int hRef, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::ITypeInfo ^ % ppTI);
public void GetRefTypeInfo (int hRef, out System.Runtime.InteropServices.ComTypes.ITypeInfo ppTI);
abstract member GetRefTypeInfo : int * ITypeInfo -> unit
Public Sub GetRefTypeInfo (hRef As Integer, ByRef ppTI As ITypeInfo)
Paramètres
- hRef
- Int32
Handle de la description de type référencée à retourner.
- ppTI
- ITypeInfo
Lorsque cette méthode retourne une valeur, contient la description de type référencée. Ce paramètre est passé sans être initialisé.
Implémente
Remarques
Pour plus d’informations, consultez Méthode ITypeInfo ::GetRefTypeInfo.