MemberInfo._MemberInfo.GetTypeInfoCount(UInt32) 方法

定义

检索对象提供的类型信息接口的数量(0 或 1)。

 virtual void System.Runtime.InteropServices._MemberInfo.GetTypeInfoCount([Runtime::InteropServices::Out] System::UInt32 % pcTInfo) = System::Runtime::InteropServices::_MemberInfo::GetTypeInfoCount;
void _MemberInfo.GetTypeInfoCount (out uint pcTInfo);
abstract member System.Runtime.InteropServices._MemberInfo.GetTypeInfoCount : uint32 -> unit
override this.System.Runtime.InteropServices._MemberInfo.GetTypeInfoCount : uint32 -> unit
Sub GetTypeInfoCount (ByRef pcTInfo As UInteger) Implements _MemberInfo.GetTypeInfoCount

参数

pcTInfo
UInt32

指向一个位置,该位置接收对象提供的类型信息接口的数量。

实现

例外

此方法被称为使用 COM IDispatch 接口的后期绑定。

注解

此方法用于从非托管代码访问托管类,不应从托管代码调用。 有关详细信息,请参阅 IDispatch::GetTypeInfoCount

适用于