Udostępnij przez


UCOMITypeInfo.GetRefTypeOfImplType(Int32, Int32) Metoda

Definicja

Jeśli opis typu opisuje klasę COM, pobiera opis typu implementowanych typów interfejsów.

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

Odwołanie do uchwytu dla zaimplementowanego interfejsu.

Uwagi

Aby uzyskać dodatkowe informacje na temat ITypeInfo::GetRefTypeOfImplTypeprogramu , zobacz bibliotekę MSDN.

Dotyczy