要求されたページは選択されたバージョンでは利用できない。
GetChildAt
Syntax
long GetChildAt(int index)
Description
Retrieve the child element at the given index.
Parameters
index
Integer value specifying the index of a child element in the collection of child objects of theentity. Note that index numbering begins with 1.
Return Value
Long value holding a pointer to the child element at the specified index, if it exists; otherwise, null.