StyleCollection Members
.NET Framework 3.0
Represents a collection of Style objects.
The following tables list the members exposed by the StyleCollection type.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the StateManagedCollection collection.(inherited from StateManagedCollection) |
| Item | Gets the Style object at the specified index location in the StyleCollection object. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Appends a specified Style object to the end of the StyleCollection object. |
| Clear | Removes all items from the StateManagedCollection collection. (inherited from StateManagedCollection) |
| Contains | Determines whether the specified style is contained within the collection. |
| CopyTo | Overloaded. Copies the elements of the StyleCollection to an array, starting at a particular array index. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetEnumerator | Returns an iterator that iterates through the StateManagedCollection collection. (inherited from StateManagedCollection) |
| 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 | Returns the index of the specified Style object within the collection. |
| Insert | Inserts a specified Style object into the StyleCollection at the specified index location. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Remove | Removes the specified Style object from the StyleCollection object. |
| RemoveAt | Removes the Style object at the specified index location from the StyleCollection object. |
| SetDirty | Forces the entire StateManagedCollection collection to be serialized into view state. (inherited from StateManagedCollection) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| CreateKnownType | Overridden. Creates an instance of the Style class, based on the single element collection returned by the GetKnownTypes method. |
| 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) |
| GetKnownTypes | Overridden. Gets an array of the IStateManager types that the StyleCollection can contain. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnClear | When overridden in a derived class, performs additional work before the Clear method removes all items from the collection. (inherited from StateManagedCollection) |
| OnClearComplete | When overridden in a derived class, performs additional work after the Clear method finishes removing all items from the collection. (inherited from StateManagedCollection) |
| OnInsert | When overridden in a derived class, performs additional work before the System.Collections.IList.Insert or System.Collections.IList.Add method adds an item to the collection. (inherited from StateManagedCollection) |
| OnInsertComplete | When overridden in a derived class, performs additional work after the System.Collections.IList.Insert or System.Collections.IList.Add method adds an item to the collection. (inherited from StateManagedCollection) |
| OnRemove | When overridden in a derived class, performs additional work before the System.Collections.IList.Remove or System.Collections.IList.RemoveAt method removes the specified item from the collection. (inherited from StateManagedCollection) |
| OnRemoveComplete | When overridden in a derived class, performs additional work after the System.Collections.IList.Remove or System.Collections.IList.RemoveAt method removes the specified item from the collection. (inherited from StateManagedCollection) |
| OnValidate | When overridden in a derived class, validates an element of the StateManagedCollection collection. (inherited from StateManagedCollection) |
| SetDirtyObject | Overridden. Instructs the input Style object contained in the collection to record its entire state to view state, rather than recording only change information. |
Community Additions
ADD
Show: