PropertyBuilder._PropertyBuilder.GetTypeInfo(UInt32, UInt32, IntPtr) 메서드

정의

인터페이스의 형식 정보를 가져오는 데 사용할 수 있는 개체의 형식 정보를 검색합니다.

 virtual void System.Runtime.InteropServices._PropertyBuilder.GetTypeInfo(System::UInt32 iTInfo, System::UInt32 lcid, IntPtr ppTInfo) = System::Runtime::InteropServices::_PropertyBuilder::GetTypeInfo;
void _PropertyBuilder.GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
abstract member System.Runtime.InteropServices._PropertyBuilder.GetTypeInfo : uint32 * uint32 * nativeint -> unit
override this.System.Runtime.InteropServices._PropertyBuilder.GetTypeInfo : uint32 * uint32 * nativeint -> unit
Sub GetTypeInfo (iTInfo As UInteger, lcid As UInteger, ppTInfo As IntPtr) Implements _PropertyBuilder.GetTypeInfo

매개 변수

iTInfo
UInt32

반환할 형식 정보입니다.

lcid
UInt32

형식 정보의 로캘 식별자입니다.

ppTInfo
IntPtr

nativeint

요청된 형식 정보 개체에 대한 포인터를 받습니다.

구현

예외

이 메서드는 COM IDispatch 인터페이스를 사용하여 런타임에 바인딩된 상태로 호출됩니다.

설명

이 메서드는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다. 자세한 내용은 IDispatch::GetTypeInfo를 참조하세요.

적용 대상