ModuleBuilder._ModuleBuilder.GetTypeInfo(UInt32, UInt32, IntPtr) 方法

定义

有关此成员的说明,请参见 GetTypeInfo(UInt32, UInt32, IntPtr)For a description of this member, see GetTypeInfo(UInt32, UInt32, IntPtr).

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

参数

iTInfo
UInt32

要返回的类型信息。The type information to return.

lcid
UInt32

类型信息的区域设置标识符。The locale identifier for the type information.

ppTInfo
IntPtr

指向请求的类型信息对象的指针。A pointer to the requested type information object.

实现

例外

此方法称为使用 COM IDispatch 接口的后期绑定。The method is called late-bound using the COM IDispatch interface.

注解

此方法用于从非托管代码访问托管类,不应从托管代码调用。This method is for access to managed classes from unmanaged code, and should not be called from managed code. 有关详细信息,请参阅 IDispatch:: GetTypeInfoFor more information, see IDispatch::GetTypeInfo.

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 ModuleBuilder 实例被强制转换为 _ModuleBuilder 接口时使用。It can be used only when the ModuleBuilder instance is cast to an _ModuleBuilder interface.

适用于