Método UCOMITypeInfo.GetRefTypeOfImplType (Int32, Int32)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Se uma descrição de tipo descreve uma classe COM, ela recuperará a descrição de tipo dos tipos de interface implementados.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void GetRefTypeOfImplType(
int index,
out int href
)
void GetRefTypeOfImplType(
int index,
[OutAttribute] int% href
)
abstract GetRefTypeOfImplType :
index:int *
href:int byref -> unit
Sub GetRefTypeOfImplType (
index As Integer,
<OutAttribute> ByRef href As Integer
)
Parâmetros
index
Type: System.Int32Índice do tipo implementado cujo identificador é retornado.
href
Type: System.Int32Referência a um identificador da interface implementada.
Comentários
Para obter informações adicionais sobre ITypeInfo::GetRefTypeOfImplType, consulte a biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface UCOMITypeInfo
Namespace System.Runtime.InteropServices
Retornar ao início