Compartilhar via


Método ITypeInfo.GetRefTypeInfo

Recupera as descrições do tipo referenciadas por uma descrição do tipo especificado.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (em Microsoft.VisualStudio.VsWizard.dll)

Sintaxe

'Declaração
Sub GetRefTypeInfo ( _
    hreftype As UInteger, _
    <OutAttribute> ByRef ppTInfo As Type _
)
void GetRefTypeInfo(
    uint hreftype,
    out Type ppTInfo
)
void GetRefTypeInfo(
    [InAttribute] unsigned int hreftype, 
    [OutAttribute] Type^% ppTInfo
)
abstract GetRefTypeInfo : 
        hreftype:uint32 * 
        ppTInfo:Type byref -> unit
function GetRefTypeInfo(
    hreftype : uint, 
    ppTInfo : Type
)

Parâmetros

  • hreftype
    Tipo: UInt32

    Identificador para a descrição do tipo referenciado a ser retornado.

  • ppTInfo
    Tipo: Type%

    Descrição do tipo de referência.

Segurança do .NET Framework

Consulte também

Referência

ITypeInfo Interface

Namespace Microsoft.VisualStudio.VsWizard