UCOMITypeInfo.GetRefTypeOfImplType(Int32, Int32) Méthode

Définition

Lorsqu'une description de type décrit une classe COM, elle récupère la description des types interface implémentés.

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

Référence au handle de l'interface implémentée.

Remarques

Pour plus d’informations sur ITypeInfo::GetRefTypeOfImplType, consultez MSDN Library.

S’applique à