Поделиться через


ITypeLib.GetTypeInfoType - метод

Retrieves the type of a type description.

Пространство имен:  Microsoft.VisualStudio.VsWizard
Сборка:  Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)

Синтаксис

'Декларация
Sub GetTypeInfoType ( _
    index As UInteger, _
    <OutAttribute> ByRef pTKind As tagTYPEKIND _
)
'Применение
Dim instance As ITypeLib
Dim index As UInteger
Dim pTKind As tagTYPEKIND

instance.GetTypeInfoType(index, pTKind)
void GetTypeInfoType(
    uint index,
    out tagTYPEKIND pTKind
)
void GetTypeInfoType(
    [InAttribute] unsigned int index, 
    [OutAttribute] tagTYPEKIND% pTKind
)
function GetTypeInfoType(
    index : uint, 
    pTKind : tagTYPEKIND
)

Параметры

  • index
    Тип: System.UInt32

    Index of the type description within the type library.

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

ITypeLib Интерфейс

ITypeLib - члены

Microsoft.VisualStudio.VsWizard - пространство имен