ListItemCollection Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Overloaded. Appends a ListItem to the end of the collection. |
| AddRange | Adds the items in an array of ListItem objects to the collection. |
| Clear | Removes all ListItem objects from the collection. |
| Contains | Determines whether the collection contains the specified item. |
| CopyTo | Copies the items from the ListItemCollection to the specified System.Array, starting with the specified index. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| FindByText | Searches the collection for a ListItem with a Text property that contains the specified text. |
| FindByValue | Searches the collection for a ListItem with a Value property that contains the specified value. |
| GetEnumerator | Returns a System.Collections.IEnumerator implemented object that contains all ListItem objects in the ListItemCollection. |
| 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 value that represents the position of the specified ListItem in the collection. |
| Insert | Overloaded. Inserts a ListItem in the collection at the specified index location. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Remove | Overloaded. Removes a ListItem from the collection. |
| RemoveAt | Removes the ListItem at the specified index from the collection. |
| 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.IList.Add | For a description of this member, see Add. |
| System.Collections.IList.Contains | For a description of this member, see Contains. |
| System.Collections.IList.IndexOf | For a description of this member, see IndexOf. |
| System.Collections.IList.Insert | For a description of this member, see Insert. |
| System.Collections.IList.Remove | For a description of this member, see Remove. |
| System.Web.UI.IStateManager.LoadViewState | Loads the previously saved state. |
| System.Web.UI.IStateManager.SaveViewState | Returns object containing state changes. |
| System.Web.UI.IStateManager.TrackViewState | Starts tracking state of changes. |
Community Additions
ADD
Show: