ExtRemoteTyped::ArrayElement 方法 (engextcpp.hpp)

ArrayElement 方法返回由 ExtRemoteTyped 对象表示的类型化数据的指定数组元素中的类型化数据。

语法

ExtRemoteTyped ArrayElement(
  [in] LONG64 Index
);

参数

[in] Index

数组元素的索引。

返回值

ArrayElement 返回一个新的 ExtRemoteData 对象,该对象表示数组的指定元素的类型化数据。

注解

如果此对象表示的类型化数据是指针而不是数组,则指针被视为数组。

ExtRemoteTyped::operator[] 重载运算符执行类似的函数。

要求

要求
目标平台 桌面
标头 engextcpp.hpp (包括 Engextcpp.hpp)

另请参阅

ExtRemoteTyped

ExtRemoteTyped::operator[]