ModuleBuilder._ModuleBuilder.GetTypeInfo(UInt32, UInt32, IntPtr) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
有关此成员的说明,请参阅 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
要返回的类型信息。
- lcid
- UInt32
类型信息的区域设置标识符。
- ppTInfo
-
IntPtr
nativeint
指向请求的类型信息对象的指针。
实现
例外
该方法使用 COM IDispatch 接口调用后期绑定。
注解
此方法用于从非托管代码访问托管类,不应从托管代码调用。 有关详细信息,请参阅 IDispatch::GetTypeInfo。
此成员是显式接口成员实现。 仅当实例强制转换为ModuleBuilder接口时_ModuleBuilder,才能使用它。