UCOMITypeLib.GetTypeInfoType 메서드

정의

오버로드

GetTypeInfoType(Int32, TYPEKIND)

형식 설명의 형식을 검색합니다.

GetTypeInfoType(Int32, TYPEKIND)

형식 설명의 형식을 검색합니다.

GetTypeInfoType(Int32, TYPEKIND)

형식 설명의 형식을 검색합니다.

public:
 void GetTypeInfoType(int index, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::TYPEKIND % pTKind);
public void GetTypeInfoType (int index, out System.Runtime.InteropServices.ComTypes.TYPEKIND pTKind);
abstract member GetTypeInfoType : int * TYPEKIND -> unit
Public Sub GetTypeInfoType (index As Integer, ByRef pTKind As TYPEKIND)

매개 변수

index
Int32

형식 라이브러리에 있는 형식 설명의 인덱스입니다.

pTKind
TYPEKIND

형식 설명에 대한 TYPEKIND 열거형에 대한 참조입니다.

설명

자세한 내용은 ITypeLib::GetTypeInfoType을 참조하세요.

적용 대상

GetTypeInfoType(Int32, TYPEKIND)

형식 설명의 형식을 검색합니다.

public:
 void GetTypeInfoType(int index, [Runtime::InteropServices::Out] System::Runtime::InteropServices::TYPEKIND % pTKind);
public void GetTypeInfoType (int index, out System.Runtime.InteropServices.TYPEKIND pTKind);
abstract member GetTypeInfoType : int * TYPEKIND -> unit
Public Sub GetTypeInfoType (index As Integer, ByRef pTKind As TYPEKIND)

매개 변수

index
Int32

형식 라이브러리에 있는 형식 설명의 인덱스입니다.

pTKind
TYPEKIND

형식 설명에 대한 TYPEKIND 열거형에 대한 참조입니다.

설명

에 대 한 자세한 내용은 ITypeLib::GetTypeInfoOfType, MSDN Library를 참조 합니다.

적용 대상