UIElementCollection Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Adds the specified element to the UIElementCollection. |
| Clear | Removes all elements from a UIElementCollection. |
| Contains | Determines whether a specified element is in the UIElementCollection. |
| CopyTo | Overloaded. Copies a UIElement from a UIElementCollection to an array, starting at a specified index position. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetEnumerator | Returns an enumerator that can iterate the UIElementCollection. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| IndexOf | Returns the index position of a specified element in a UIElementCollection. |
| Insert | Inserts an element into a UIElementCollection at the specified index position. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Remove | Removes the specified element from a UIElementCollection. |
| RemoveAt | Removes the UIElement at the specified index. |
| RemoveRange | Removes a range of elements from a UIElementCollection. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| ClearLogicalParent | Clears the logical parent of an element when the element leaves a UIElementCollection. |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| SetLogicalParent | Sets the logical parent of an element in a UIElementCollection. |
| Name | Description | |
|---|---|---|
| System.Collections.IList.Add | This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
| System.Collections.IList.Contains | This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
| System.Collections.IList.IndexOf | This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
| System.Collections.IList.Insert | This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
| System.Collections.IList.Remove | This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
Reference
UIElementCollection ClassSystem.Windows.Controls Namespace
Children
VisualCollection