TreeNodeCollection Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Appends the specified TreeNode object to the end of the TreeNodeCollection object. |
| AddAt | Inserts the specified TreeNode object in a TreeNodeCollection object at the specified index location. |
| Clear | Empties the TreeNodeCollection object. |
| Contains | Determines whether the specified TreeNode object is in the collection. |
| CopyTo | Copies all the items from the TreeNodeCollection object to a compatible one-dimensional array of TreeNode objects, starting at the specified index in the target array. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetEnumerator | Returns an enumerator that can be used to iterate through a TreeNodeCollection object. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| IndexOf | Determines the index of the specified TreeNode object. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Remove | Removes the specified TreeNode object from the TreeNodeCollection object. |
| RemoveAt | Removes the TreeNode object at the specified index location from the TreeNodeCollection object. |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| 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.) |
| Name | Description | |
|---|---|---|
| System.Collections.ICollection.CopyTo | Copies all the items from the TreeNodeCollection object to a compatible one-dimensional System.Array, starting at the specified index in the target array. |
| System.Web.UI.IStateManager.LoadViewState | Loads the TreeNodeCollection object's previously saved view state. |
| System.Web.UI.IStateManager.SaveViewState | Saves the changes to view state to a System.Object. |
| System.Web.UI.IStateManager.TrackViewState | Instructs the TreeNodeCollection to track changes to its view state. |
Community Additions
ADD
Show: