[This is preliminary documentation and is subject to change.]
The CssStyleSheetCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Add an existing CssStyleSheet to this collection.
| |
| AddRange(array<CssStyleSheet>[]()[][]) |
Adds the elements of an array of cssStyleSheets to the end of this collection.
| |
| AddRange(CssStyleSheetCollection) |
Adds the elements of an CssStyleSheetCollection to the end of this collection.
| |
| Clear |
Removes all style sheets from this collection.
| |
| Contains |
Determine whether an CssStyleSheet is in the CssStyleSheetCollection.
| |
| Equals | (Inherited from Object.) | |
| 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.) | |
| GetEnumerator |
Implements GetEnumerator()()()().
| |
| 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 CssStyleSheet in the CssStyleSheetCollection.
| |
| Insert |
Insert an CssStyleSheet on a specific place in this CssStyleSheetCollection.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove |
Removes an CssStyleSheet from this CssStyleSheetCollection.
| |
| RemoveAt |
Removes an CssStyleSheet from the CssStyleSheetCollection at the specified index.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Number of CssStyleSheet objects in this collecion.
| |
| Item |
Get the CssStyleSheet by 0-based index.
|