DependencyObjectCollection<T> Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The DependencyObjectCollection<T> type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of objects in the collection. |
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
IsReadOnly | Gets a value that indicates whether the collection can be modified. |
|
Item | Gets or sets the object at the specified index. |
| Name | Description | |
|---|---|---|
|
ICollection.Count | Gets the number of objects in the collection. |
|
ICollection.IsSynchronized | Gets a value that indicates whether access to the collection is synchronized (thread safe). |
|
ICollection.SyncRoot | Gets an object that can be used to synchronize access to the collection. |
|
IList.IsFixedSize | Gets a value that indicates whether the collection allows the addition or removal of objects after creation. |
|
IList.IsReadOnly | Gets a value that indicates whether the collection can be modified. |
|
IList.Item | Gets or sets the object at the specified index. |
Show: