The RenderFragmentCollection type exposes the following members.

Methods

  Name Description
Public method Clear
Removes all objects from the CollectionBase instance. This method cannot be overridden.
(Inherited from CollectionBase.)
Public method FindByObject(RenderObject)
Searches for a RenderFragment in the current collection that was produced by a specific RenderObject.
Public method FindByObject(RenderObject, Boolean)
Searches for a RenderFragment in the current collection that was produced by a specific RenderObject.
Public method FindByObjectId
Searches for a RenderFragment in the current collection that was produced by a RenderObject with the specified Id()()()().
Public method FindByObjectName
Searches for a RenderFragment in the current collection that was produced by a RenderObject with the specified Name.
Public method GetEnumerator
Returns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase.)
Public method IndexOf
Gets the index of a RenderFragment in the current collection.
Public method Insert
Inserts a RenderFragment into the current collection at a specified index.
Protected method OnClear
Called when the current collection is about to be cleared.
(Overrides CollectionBase..::..OnClear()()()().)
Protected method OnClearComplete
Called when the current collection has been cleared.
(Overrides CollectionBase..::..OnClearComplete()()()().)
Protected method OnInsert
Called when an element is about to be inserted in the current collection.
(Overrides CollectionBase..::..OnInsert(Int32, Object).)
Protected method OnInsertComplete
Called when an element has been inserted in the current collection.
(Overrides CollectionBase..::..OnInsertComplete(Int32, Object).)
Protected method OnRemove
Called when an element is about to be removed from the current collection.
(Overrides CollectionBase..::..OnRemove(Int32, Object).)
Protected method OnRemoveComplete
Called when an element has been removed from the current collection.
(Overrides CollectionBase..::..OnRemoveComplete(Int32, Object).)
Protected method OnSet
Called when an element of the current collection is about to be set.
(Overrides CollectionBase..::..OnSet(Int32, Object, Object).)
Protected method OnSetComplete
Called when an element of the current collection has been set.
(Overrides CollectionBase..::..OnSetComplete(Int32, Object, Object).)
Protected method OnValidate
Performs additional custom processes when validating a value.
(Inherited from CollectionBase.)
Public method RemoveAt
Removes the element at the specified index of the CollectionBase instance. This method is not overridable.
(Inherited from CollectionBase.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IList..::..Add
Adds an object to the end of the CollectionBase.
(Inherited from CollectionBase.)
Explicit interface implemetation Private method IList..::..Contains
Determines whether the CollectionBase contains a specific element.
(Inherited from CollectionBase.)
Explicit interface implemetation Private method ICollection..::..CopyTo
Copies the entire CollectionBase to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionBase.)
Explicit interface implemetation Private method IList..::..IndexOf
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire CollectionBase.
(Inherited from CollectionBase.)
Explicit interface implemetation Private method IList..::..Insert
Inserts an element into the CollectionBase at the specified index.
(Inherited from CollectionBase.)
Explicit interface implemetation Private method IList..::..Remove
Removes the first occurrence of a specific object from the CollectionBase.
(Inherited from CollectionBase.)

See Also