Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<BaseElement>) | |
Item | (Inherited from System.Collections.ObjectModel.Collection<BaseElement>) |
The following tables list the members exposed by ElementCollection.
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<BaseElement>) | |
Item | (Inherited from System.Collections.ObjectModel.Collection<BaseElement>) |
Name | Description | |
---|---|---|
Items | (Inherited from System.Collections.ObjectModel.Collection<BaseElement>) |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.ObjectModel.Collection<BaseElement>) | |
Clear | Overloaded. Removes all elements from the collection, then disposes the elements. | |
Contains | (Inherited from System.Collections.ObjectModel.Collection<BaseElement>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<BaseElement>) | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<BaseElement>) | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<BaseElement>) | |
Remove | (Inherited from System.Collections.ObjectModel.Collection<BaseElement>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<BaseElement>) |
Name | Description | |
---|---|---|
ClearItems | Overridden. Removes all items from the ElementCollection. | |
InsertItem | Overridden. Inserts a BaseElement into the ElementCollection at the specified index. | |
RemoveItem | Overridden. Removes the item at the specified index of the ElementCollection. | |
SetItem | Overridden. Replaces the BaseElement at the specified index. |