'Declaration Public ReadOnly Property Items As System.Collections.Generic.List(Of LogicalStructureItem)
public System.Collections.Generic.List<LogicalStructureItem> Items {get;}
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.
'Declaration Public ReadOnly Property Items As System.Collections.Generic.List(Of LogicalStructureItem)
public System.Collections.Generic.List<LogicalStructureItem> Items {get;}