Version

CollectionUIObject Class

This class represents an object that is a member of a collection of objects. The collection of objects is normally derived from the ObjectCollection base class so the two classes work together to carry out collection related tasks. For the CollectionObject, these tasks include providing and maintaining the Owner ObjectCollection as well as calling the OnAddedToCollection and OnRemovedFromCollection overrides to notify the object when these events occur. This class derives from UIObject so that base class maintains ViewState for the object.
Syntax
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also