AssemblyName._AssemblyName.GetTypeInfoCount(UInt32) 方法
定义
检索对象提供的类型信息接口的数量(0 或 1)。Retrieves the number of type information interfaces that an object provides (either 0 or 1).
virtual void System.Runtime.InteropServices._AssemblyName.GetTypeInfoCount([Runtime::InteropServices::Out] System::UInt32 % pcTInfo) = System::Runtime::InteropServices::_AssemblyName::GetTypeInfoCount;
void _AssemblyName.GetTypeInfoCount (out uint pcTInfo);
abstract member System.Runtime.InteropServices._AssemblyName.GetTypeInfoCount : uint32 -> unit
override this.System.Runtime.InteropServices._AssemblyName.GetTypeInfoCount : uint32 -> unit
Sub GetTypeInfoCount (ByRef pcTInfo As UInteger) Implements _AssemblyName.GetTypeInfoCount
参数
- pcTInfo
- UInt32
指向一个位置,该位置接收对象提供的类型信息接口的数量。Points to a location that receives the number of type information interfaces provided by the object.
实现
例外
不支持使用 COM IDispatch 接口的后期绑定访问。Late-bound access using the COM IDispatch interface is not supported.
注解
此方法用于从非托管代码访问托管类,不应从托管代码调用。This method is for access to managed classes from unmanaged code, and should not be called from managed code. 有关详细信息,请参阅 IDispatch:: GetTypeInfoCount。For more information, see IDispatch::GetTypeInfoCount.