ControlCollection.Add(ControlElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an item to the ICollection<T>.
public:
virtual void Add(Microsoft::Uii::Common::ControlElement ^ item);
public void Add (Microsoft.Uii.Common.ControlElement item);
abstract member Add : Microsoft.Uii.Common.ControlElement -> unit
override this.Add : Microsoft.Uii.Common.ControlElement -> unit
Public Sub Add (item As ControlElement)
Parameters
- item
- ControlElement
Specifies the object to add to the collection.
Implements
Exceptions
The ICollection<T> is read-only.