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


ITypeLib.GetTypeInfoType - метод

Возвращает тип описания типа.

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

Синтаксис

'Декларация
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
)

Параметры

  • index
    Тип: System.UInt32
    Индекс описания типа внутри библиотеки типов.

Безопасность платформы .NET Framework

См. также

Ссылки

ITypeLib Интерфейс

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