The ContentElementCollection type exposes the following members.

Methods

  Name Description
Public method Add
Adds an ContentElement to the collection.
Public method AssignPropertiesState
Infrastructure. Assigns the state of the properties.
(Inherited from ContentElement.)
Public method ContentChanged
(Inherited from ContentElement.)
Public method IndexOf
Searches for the specified value and returns the zero-based index of the last occurrence within the collection.
Public method InitializeContent
Infrastructure. Performs content initialization.
(Overrides ContentElement..::..InitializeContent(Boolean).)
Public method Insert
Inserts a ContentElement to the collection at specified index.
Public method SetOwner
Changes object's owner.
(Inherited from ContentElement.)

Properties

  Name Description
Public property Count
Gets the number of the ContentElement objects contained in the collection.
Public property Owner
A IOwnerable object that owns this object.
(Inherited from ContentElement.)
Public property PropertiesState
Gets the state of the properties.
(Inherited from ContentElement.)

See Also