[]
Gets the list of current element's child elements.
Note that even if the current element has no children, accessing this property initializes the list. To simply check whether the element has any children, use HasItems.
public List<LogicalStructureItem> Items { get; }
Public ReadOnly Property Items As List(Of LogicalStructureItem)