Compartilhar via


Método UCOMITypeInfo.GetRefTypeInfo (Int32, UCOMITypeInfo)

 

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 faz referência a outras descrições de tipo, ela recuperará as descrições do tipo de referência.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

void GetRefTypeInfo(
    int hRef,
    out UCOMITypeInfo ppTI
)
void GetRefTypeInfo(
    int hRef,
    [OutAttribute] UCOMITypeInfo^% ppTI
)
abstract GetRefTypeInfo : 
        hRef:int *
        ppTI:UCOMITypeInfo byref -> unit
Sub GetRefTypeInfo (
    hRef As Integer,
    <OutAttribute> ByRef ppTI As UCOMITypeInfo
)

Parâmetros

  • hRef
    Type: System.Int32

    Identificador para a descrição do tipo de referência a ser retornado.

Comentários

Para obter informações adicionais sobre ITypeInfo::GetRefTypeInfo, 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