Partager via


ITypeLib.GetTypeInfoType, méthode

Récupère le type d'une description de type.

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

Syntaxe

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

Paramètres

  • index
    Type : System.UInt32
    Index de la description de type au sein de la bibliothèque de types.

Sécurité .NET Framework

Voir aussi

Référence

ITypeLib Interface

Microsoft.VisualStudio.VsWizard, espace de noms