Partager via


ITypeInfo.GetRefTypeInfo, méthode

Récupère les descriptions de types référencées par une description de type spécifiée.

Espace de noms :  Microsoft.VisualStudio.VsWizard
Assembly :  Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • hreftype
    Type : UInt32

    Handle de la description de type référencée à retourner.

  • ppTInfo
    Type : Type%

    Description du type référence.

Sécurité .NET Framework

Voir aussi

Référence

ITypeInfo Interface

Microsoft.VisualStudio.VsWizard, espace de noms