UCOMITypeInfo.GetRefTypeOfImplType(Int32, Int32) Metoda

Definice

Pokud popis typu popisuje třídu COM, načte popis typu implementovaných typů rozhraní.

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

Odkaz na popisovač implementovaného rozhraní.

Poznámky

Další informace o ITypeInfo::GetRefTypeOfImplTypenástroji naleznete v knihovně MSDN.

Platí pro