共用方式為


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
    類型:UInt32

    型別程式庫中型別描述的索引。

.NET Framework 安全性

請參閱

參考

ITypeLib 介面

Microsoft.VisualStudio.VsWizard 命名空間