[]
Gets the list of content items associated with the current element.
Note that even if the current element has no associated content items, accessing this property initializes the list. To simply check whether the element has any associated content items, use HasContentItems.
public IReadOnlyList<ContentItemBase> ContentItems { get; }
Public ReadOnly Property ContentItems As IReadOnlyList(Of ContentItemBase)