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

  • ppTInfo
    Type : System.Type%
    Si réussi, retours un pointeur au pointeur à l'interface d'ITypeInfo.

Sécurité .NET Framework

Voir aussi

Référence

ITypeLib Interface

Microsoft.VisualStudio.VsWizard, espace de noms