ITypeInfo.GetRefTypeOfImplType(Int32, Int32) Metoda

Definicja

Pobiera opis typu zaimplementowanych typów interfejsów, jeśli opis typu opisuje klasę 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

Indeks zaimplementowanego typu, którego uchwyt jest zwracany.

href
Int32

Gdy ta metoda zostanie zwrócona, zawiera odwołanie do uchwytu dla zaimplementowanego interfejsu. Ten parametr jest przekazywany jako niezainicjowany.

Uwagi

Aby uzyskać więcej informacji, zobacz ITypeInfo::GetRefTypeOfImplType, metoda.

Dotyczy