IContentElement Interface
Remarks
For more information, see content model article.
Properties
Content
Gets a sequence of ElementCollections that are contained under this IContentElement.
IEnumerable<ElementCollection> Content { get; }ReadOnly Property Content As IEnumerable(Of ElementCollection)Property Value
- System.Collections.Generic.IEnumerable<ElementCollection>
A sequence of ElementCollections that are contained under this IContentElement.
Remarks
For more information, see content model article.