다음을 통해 공유


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 네임스페이스