XMLData.GetChildKind
Declaration: GetChildKind (position as long, nKind as SPYXMLDataKind) as XMLData
Return Value
Returns an XML element as XMLData object.
Description
GetChildKind() returns a reference to a child of this kind at the given index (zero-based). The position parameter is relative to the number of children of the specified kind and not to all children of the object.
Available with TypeLibrary version 1.5
Errors
| 1500 | The XMLData object is no longer valid. | 
| 1510 | Invalid address for the return parameter was specified. |