Partager via


ITypeLib.GetTypeInfo, méthode

Récupère la description de type spécifiée dans la bibliothèque.

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

Syntaxe

'Déclaration
Sub GetTypeInfo ( _
    index As UInteger, _
    <OutAttribute> ByRef ppTInfo As Type _
)
void GetTypeInfo(
    uint index,
    out Type ppTInfo
)
void GetTypeInfo(
    [InAttribute] unsigned int index, 
    [OutAttribute] Type^% ppTInfo
)
abstract GetTypeInfo : 
        index:uint32 * 
        ppTInfo:Type byref -> unit
function GetTypeInfo(
    index : uint, 
    ppTInfo : Type
)

Paramètres

  • index
    Type : UInt32

    Index de ITypeInfo à retourner.

  • ppTInfo
    Type : Type%

    En cas de réussite, retourne un pointeur vers le pointeur vers l'interface ITypeInfo.

Sécurité .NET Framework

Voir aussi

Référence

ITypeLib Interface

Microsoft.VisualStudio.VsWizard, espace de noms