ITypeInfo2.GetRefTypeOfImplType(Int32, Int32) Méthode

Définition

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.

S’applique à