The following tables list the members exposed by RecyclingManager.
Name | Description | |
---|---|---|
Manager | A global Manager that manages all recycling for an application. |
Name | Description | |
---|---|---|
AttachElement | Attaches an element to the given ISupportRecycling object. If there aren't any available elements of the needed type, a new object will be generated. If the object already has an attached element, then nothing will be done. Note: the element can only be attached to the specified panel. | |
GetAvailableElements | Gets the unused elements of a specific panel. | |
GetRecentlyAvailableElements | Gets the unused elements of a specific panel. | |
ItemFromElement | Returns the ISupportRecycling instance associated with a given element. | |
ReleaseAll | Overloaded. Releases all the elements from a given panel and from the cache. | |
ReleaseElement | Removes the attached element from the ISupportRecycling object, and marks the element as available, assuming the object wasn't marked dirty. Note: the element is only reusuable for the specified panel. |