ExtRemoteTyped::ArrayElement 方法 (engextcpp.hpp)
ArrayElement 方法會傳回 ExtRemoteTyped 物件所代表之具型別數據之指定數位專案中的具型別數據。
語法
ExtRemoteTyped ArrayElement(
[in] LONG64 Index
);
參數
[in] Index
陣列專案的索引。
傳回值
ArrayElement 會傳回新的 ExtRemoteData 物件,代表陣列之指定元素的具型別數據。
備註
如果這個物件所表示的具型別數據是指針,而不是陣列,則指標會視為數位。
ExtRemoteTyped::operator[] 多載運算符會執行類似的函式。
規格需求
需求 | 值 |
---|---|
目標平台 | 桌面 |
標頭 | engextcpp.hpp (包括 Engextcpp.hpp) |