[]
        
Represents a collection of ContentControl items.
public class ContentControlCollection : ContentObjectCollection<ContentControl>, IContentList<ContentControl>, IReadOnlyList<ContentControl>, IReadOnlyCollection<ContentControl>, IEnumerable<ContentControl>, IEnumerable
  Public Class ContentControlCollection
    Inherits ContentObjectCollection(Of ContentControl)
    Implements IContentList(Of ContentControl), IReadOnlyList(Of ContentControl), IReadOnlyCollection(Of ContentControl), IEnumerable(Of ContentControl), IEnumerable
  | Name | Description | 
|---|---|
| Add(ContentControlType, bool) | Adds a ContentControl into the collection at the End location.  | 
      
| Insert(ContentControlType, InsertLocation, bool) | Inserts a ContentControl into the collection at the specified location.  |