ITypeInfo2.GetRefTypeOfImplType(Int32, 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 description des types d'interfaces implémentés, si une description de type décrit une classe COM.
public:
void GetRefTypeOfImplType(int index, [Runtime::InteropServices::Out] int % href);
public void GetRefTypeOfImplType (int index, out int href);
abstract member GetRefTypeOfImplType : int * int -> unit
Public Sub GetRefTypeOfImplType (index As Integer, ByRef href As Integer)
Paramètres
- index
- Int32
Index du type implémenté dont le handle est retourné.
- href
- Int32
Lorsque cette méthode retourne une valeur, contient une référence à un handle pour l'interface implémentée. Ce paramètre est passé sans être initialisé.
Implémente
Remarques
Pour plus d’informations, consultez Méthode ITypeInfo ::GetRefTypeOfImplType.