UCOMITypeInfo.GetRefTypeOfImplType(Int32, Int32) Metodo

Definizione

Se una descrizione del tipo descrive una classe COM, recupera la descrizione dei tipi delle interfacce implementate.

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)

Parametri

index
Int32

Indice del tipo implementato di cui viene restituito l'handle.

href
Int32

Riferimento a un handle per l'interfaccia implementata.

Commenti

Per altre informazioni su ITypeInfo::GetRefTypeOfImplType, vedere MSDN Library.

Si applica a