ITypeInfo.GetRefTypeOfImplType(Int32, Int32) Metoda

Definice

Načte popis typu implementovaných typů rozhraní, pokud popis typu popisuje třídu MODELU 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)

Parametry

index
Int32

Index implementovaného typu, jehož popisovač je vrácen.

href
Int32

Když tato metoda vrátí, obsahuje odkaz na popisovač implementovaného rozhraní. Tento parametr se předává neinicializovaný.

Poznámky

Další informace naleznete v tématu ITypeInfo::GetRefTypeOfImplType metoda.

Platí pro