Compartilhar via


UCOMITypeInfo.GetRefTypeOfImplType(Int32, Int32) Método

Definição

Se uma descrição de tipo descreve uma classe COM, ela recuperará a descrição de tipo dos tipos de interface implementados.

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)

Parâmetros

index
Int32

Índice do tipo implementado cujo identificador é retornado.

href
Int32

Referência a um identificador da interface implementada.

Comentários

Para obter informações adicionais sobre ITypeInfo::GetRefTypeOfImplType, consulte o Biblioteca MSDN.

Aplica-se a