Sdílet prostřednictvím


ITypeLib.GetTypeInfoType – metoda

Načte popis typu typu.

Obor názvů:  Microsoft.VisualStudio.VsWizard
Sestavení:  Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Deklarace
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: UInt32

    Index popis typu v rámci knihovny typů.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITypeLib Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů