Udostępnij za pośrednictwem


Metoda ITypeLib.GetTypeInfoType —

Pobiera typ opis typu.

Przestrzeń nazw:  Microsoft.VisualStudio.VsWizard
Zestaw:  Microsoft.VisualStudio.VsWizard (w Microsoft.VisualStudio.VsWizard.dll)

Składnia

'Deklaracja
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
)

Parametry

  • index
    Typ: System.UInt32
    Indeks opis typu w ramach biblioteki typów.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITypeLib Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VsWizard