UIElementCollection Properties
.NET Framework 4.5
The UIElementCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Capacity | Gets or sets the number of elements that the UIElementCollection can contain. |
|
Count | Gets the actual number of elements in the collection. |
|
IsSynchronized | Gets a value that indicates whether access to the ICollection interface is synchronized (thread-safe). |
|
Item | Gets or sets the UIElement stored at the zero-based index position of the UIElementCollection. |
|
SyncRoot | Gets an object that you can use to synchronize access to the ICollection interface. |
| Name | Description | |
|---|---|---|
|
IList.IsFixedSize | This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. For a description of this member, see IsFixedSize. |
|
IList.IsReadOnly | This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. For a description of this member, see IsReadOnly. |
|
IList.Item | This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. For a description of this member, see Item. |