MemberInfo._MemberInfo.GetTypeInfoCount(UInt32) 方法
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索对象提供的类型信息接口的数量(0 或 1)。
virtual void System.Runtime.InteropServices._MemberInfo.GetTypeInfoCount([Runtime::InteropServices::Out] System::UInt32 % pcTInfo) = System::Runtime::InteropServices::_MemberInfo::GetTypeInfoCount;
C#
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。
产品 | 版本 |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |