C1.C1Preview Namespace : RenderFragmentCollection Class |
The following tables list the members exposed by RenderFragmentCollection.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Gets or sets the element at the specified index. |
Name | Description | |
---|---|---|
AssignFrom | Clears the current collection, and copies the items from another one. The items are copied by cloning, and must support the System.ICloneable interface (if an item that does not support is encountered, an exception occurs). (Inherited from C1.C1Preview.OwnedCollectionBase) | |
Clear | (Inherited from System.Collections.CollectionBase) | |
Exchange | Swap two items in collection. (Inherited from C1.C1Preview.OwnedCollectionBase) | |
FindByObject | Overloaded. 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 RenderObject.Id. | |
FindByObjectName | Searches for a RenderFragment in the current collection that was produced by a RenderObject with the specified RenderObject.Name. | |
GetEnumerator | (Inherited from System.Collections.CollectionBase) | |
IndexOf | Overloaded. Gets the index of a RenderFragment in the current collection. | |
Insert | Inserts a RenderFragment into the current collection at a specified index. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |