Version

UIElementsCollection Class Members

The following tables list the members exposed by UIElementsCollection.

Public Properties
 NameDescription
Public PropertyIsReadOnlyOverriden. Indicates whether the collection is read-only.  
Public PropertyItemGets the UIElement object at the specified index in the collection.  
Public Methods
 NameDescription
Public MethodAddRangeAdds an array of UIElement objects to the collection.  
Public MethodClearClears the UIElementsCollection.  
Public MethodCopyToCopies the contents of the collection to the specified array starting at the specified index.  
Public MethodGetEnumeratorReturns the type-safe enumerator for iterating through the UIElement objects in the collection.  
Public MethodRemoveRemoves the specified UIElement from the collection.  
Public MethodRemoveAtRemoves the UIElement at the specified index from the collection.  
See Also