AlternateViewCollection Members
.NET Framework 3.0
Represents a collection of AlternateView objects.
The following tables list the members exposed by the AlternateViewCollection type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements actually contained in the Collection.(inherited from Collection) |
| Item | Gets or sets the element at the specified index.(inherited from Collection) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Adds an object to the end of the Collection. (inherited from Collection) |
| Clear | Removes all elements from the Collection. (inherited from Collection) |
| Contains | Determines whether an element is in the Collection. (inherited from Collection) |
| CopyTo | Copies the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array. (inherited from Collection) |
| Dispose | Releases all resources used by the AlternateViewCollection. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetEnumerator | Returns an enumerator that iterates through the Collection. (inherited from Collection) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (inherited from Collection) |
| Insert | Inserts an element into the Collection at the specified index. (inherited from Collection) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Remove | Removes the first occurrence of a specific object from the Collection. (inherited from Collection) |
| RemoveAt | Removes the element at the specified index of the Collection. (inherited from Collection) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| ClearItems | Removes all elements from the Collection. (inherited from Collection) |
| 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) |
| InsertItem | Inserts an element into the Collection at the specified index. (inherited from Collection) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| RemoveItem | Removes the element at the specified index of the Collection. (inherited from Collection) |
| SetItem | Replaces the element at the specified index. (inherited from Collection) |
Community Additions
ADD
Show: