[This is preliminary documentation and is subject to change.]

The CssStyleSheetCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Add an existing CssStyleSheet to this collection.
Public methodAddRange(array<CssStyleSheet>[]()[][])
Adds the elements of an array of cssStyleSheets to the end of this collection.
Public methodAddRange(CssStyleSheetCollection)
Adds the elements of an CssStyleSheetCollection to the end of this collection.
Public methodClear
Removes all style sheets from this collection.
Public methodContains
Determine whether an CssStyleSheet is in the CssStyleSheetCollection.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Implements GetEnumerator()()()().
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified CssStyleSheet in the CssStyleSheetCollection.
Public methodInsert
Insert an CssStyleSheet on a specific place in this CssStyleSheetCollection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes an CssStyleSheet from this CssStyleSheetCollection.
Public methodRemoveAt
Removes an CssStyleSheet from the CssStyleSheetCollection at the specified index.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount
Number of CssStyleSheet objects in this collecion.
Public propertyItem
Get the CssStyleSheet by 0-based index.

See Also