Attribute._Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) 메서드

정의

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

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

매개 변수

iTInfo
UInt32

반환할 형식 정보입니다.

lcid
UInt32

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

ppTInfo
IntPtr

nativeint

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

구현

예외

COM IDispatch 인터페이스를 사용하는 런타임에 바인딩된 액세스는 지원되지 않습니다.

설명

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

적용 대상