ITypeLib.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 메서드를 참조하세요.

적용 대상