This document is archived and information here might be outdated. Recommended version. |
Indicates whether the current element is the last child element of its parent.
[Visual Basic .NET]
Public ReadOnly Property IsLastChild As Boolean
[C#]
public bool IsLastChild {get;}
[C++]
HRESULT get_IsLastChild(
Boolean* isLast
);
[C++] Parameters isLast [out, retval]
isLast is a parameter of type bool*