ITypeLib.GetTypeInfoType Method

Retrieves the type of a type description.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

声明
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
)

Parameters

  • index
    Type: System.UInt32

    Index of the type description within the type library.

Permissions

See Also

Reference

ITypeLib Interface

ITypeLib Members

Microsoft.VisualStudio.VsWizard Namespace