ITypeInfo2.GetRefTypeOfImplType(Int32, Int32) Método
Definição
Recupera a descrição de tipo dos tipos de interface implementados se uma descrição de tipo descreve uma classe COM.Retrieves the type description of the implemented interface types, if a type description describes a COM class.
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
O índice do tipo implementado cujo identificador é retornado.The index of the implemented type whose handle is returned.
- href
- Int32
Quando este método é retornado, contém uma referência a um identificador para a interface implementada.When this method returns, contains a reference to a handle for the implemented interface. Este parâmetro é passado não inicializado.This parameter is passed uninitialized.
Implementações
Comentários
Para obter mais informações, consulte ITypeInfo:: GetRefTypeOfImplType método.For more information, see ITypeInfo::GetRefTypeOfImplType method.