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

정의

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

public:
 void GetTypeInfo(System::UInt32 iTInfo, System::UInt32 lcid, IntPtr ppTInfo);
public void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
abstract member GetTypeInfo : uint32 * uint32 * nativeint -> unit
Public Sub GetTypeInfo (iTInfo As UInteger, lcid As UInteger, ppTInfo As IntPtr)

매개 변수

iTInfo
UInt32

반환할 형식 정보입니다.

lcid
UInt32

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

ppTInfo
IntPtr

nativeint

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

설명

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

적용 대상