The RenderFragmentCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clear |
Removes all objects from the CollectionBase instance. This method cannot be overridden.
(Inherited from CollectionBase.) |
|
FindByObject(RenderObject) |
Searches for a RenderFragment in the current collection
that was produced by a specific RenderObject.
|
|
FindByObject(RenderObject, Boolean) |
Searches for a RenderFragment in the current collection
that was produced by a specific RenderObject.
|
|
FindByObjectId |
Searches for a RenderFragment in the current collection
that was produced by a RenderObject with the specified Id()()()().
|
|
FindByObjectName |
Searches for a RenderFragment in the current collection
that was produced by a RenderObject with the specified Name.
|
|
GetEnumerator |
Returns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase.) |
|
IndexOf |
Gets the index of a RenderFragment in the current collection.
|
|
Insert |
Inserts a RenderFragment into the current collection
at a specified index.
|
|
OnClear |
Called when the current collection is about to be cleared.
(Overrides CollectionBase..::..OnClear()()()().) |
|
OnClearComplete |
Called when the current collection has been cleared.
(Overrides CollectionBase..::..OnClearComplete()()()().) |
|
OnInsert |
Called when an element is about to be inserted in the current collection.
(Overrides CollectionBase..::..OnInsert(Int32, Object).) |
|
OnInsertComplete |
Called when an element has been inserted in the current collection.
(Overrides CollectionBase..::..OnInsertComplete(Int32, Object).) |
|
OnRemove |
Called when an element is about to be removed from the current collection.
(Overrides CollectionBase..::..OnRemove(Int32, Object).) |
|
OnRemoveComplete |
Called when an element has been removed from the current collection.
(Overrides CollectionBase..::..OnRemoveComplete(Int32, Object).) |
|
OnSet |
Called when an element of the current collection is about to be set.
(Overrides CollectionBase..::..OnSet(Int32, Object, Object).) |
|
OnSetComplete |
Called when an element of the current collection has been set.
(Overrides CollectionBase..::..OnSetComplete(Int32, Object, Object).) |
|
OnValidate |
Performs additional custom processes when validating a value.
(Inherited from CollectionBase.) |
|
RemoveAt |
Removes the element at the specified index of the CollectionBase instance. This method is not overridable.
(Inherited from CollectionBase.) |
Properties
Name | Description | |
---|---|---|
Capacity |
Gets or sets the number of elements that the CollectionBase can contain.
(Inherited from CollectionBase.) |
|
Count |
Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden.
(Inherited from CollectionBase.) |
|
InnerList |
Gets an ArrayList containing the list of elements in the CollectionBase instance.
(Inherited from CollectionBase.) |
|
Item |
Gets or sets the element at the specified index.
|
|
List |
Gets an IList containing the list of elements in the CollectionBase instance.
(Inherited from CollectionBase.) |
|
Owner |
Gets the owner of the current collection.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList..::..Add |
Adds an object to the end of the CollectionBase.
(Inherited from CollectionBase.) |
|
IList..::..Contains |
Determines whether the CollectionBase contains a specific element.
(Inherited from CollectionBase.) |
|
ICollection..::..CopyTo |
Copies the entire CollectionBase to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionBase.) |
|
IList..::..IndexOf |
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire CollectionBase.
(Inherited from CollectionBase.) |
|
IList..::..Insert |
Inserts an element into the CollectionBase at the specified index.
(Inherited from CollectionBase.) |
|
IList..::..IsFixedSize |
Gets a value indicating whether the CollectionBase has a fixed size.
(Inherited from CollectionBase.) |
|
IList..::..IsReadOnly |
Gets a value indicating whether the CollectionBase is read-only.
(Inherited from CollectionBase.) |
|
ICollection..::..IsSynchronized |
Gets a value indicating whether access to the CollectionBase is synchronized (thread safe).
(Inherited from CollectionBase.) |
|
IList..::..Item |
Gets or sets the element at the specified index.
(Inherited from CollectionBase.) |
|
IList..::..Remove |
Removes the first occurrence of a specific object from the CollectionBase.
(Inherited from CollectionBase.) |
|
ICollection..::..SyncRoot |
Gets an object that can be used to synchronize access to the CollectionBase.
(Inherited from CollectionBase.) |