CustomAttributeBuilder._CustomAttributeBuilder.GetTypeInfo 메서드

정의

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

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

매개 변수

iTInfo
UInt32

반환할 형식 정보입니다.

lcid
UInt32

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

ppTInfo
IntPtr

nativeint

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

구현

예외

COM 인터페이스를 사용하여 메서드를 런타임에 바인딩된 IDispatch 메서드라고 합니다.

설명

이 메서드는 관리되지 않는 코드에서 관리되는 클래스에 액세스하기 위한 것이며 관리 코드에서 호출해서는 안 됩니다. 자세한 내용은 IDispatch::GetTypeInfo를 참조하세요.

적용 대상