TreeNodeCollection Properties
.NET Framework 4.5
The TreeNodeCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the total number of TreeNode objects in the collection. |
|
IsReadOnly | Gets a value indicating whether the collection is read-only. |
|
Item[Int32] | Gets or sets the TreeNode at the specified indexed location in the collection. |
|
Item[String] | Gets the tree node with the specified key from the collection. |
| Name | Description | |
|---|---|---|
|
ICollection.IsSynchronized | Infrastructure. Gets a value indicating whether access to the collection is synchronized (thread safe). |
|
ICollection.SyncRoot | Infrastructure. Gets an object that can be used to synchronize access to the collection. |
|
IList.IsFixedSize | Infrastructure. Gets a value indicating whether the tree node collection has a fixed size. |
|
IList.Item | Infrastructure. Gets or sets the tree node at the specified index in the collection. |