ITypeInfo.GetRefTypeInfo (Método)

Recupera las descripciones de tipo a las que hace referencia una descripción especificada del tipo.

Espacio de nombres:  Microsoft.VisualStudio.VsWizard
Ensamblado:  Microsoft.VisualStudio.VsWizard (en Microsoft.VisualStudio.VsWizard.dll)

Sintaxis

'Declaración
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: System.UInt32
    Identificador de la descripción hace referencia de tipo que se va a devolver.
  • ppTInfo
    Tipo: System.Type%
    Descripción del tipo de referencia.

Seguridad de .NET Framework

Vea también

Referencia

ITypeInfo Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)