The ThemeCollection type exposes the following members.

Constructors

  Name Description
Public method ThemeCollection
Initializes a new instance of the ThemeCollection class

Methods

  Name Description
Public method Add
Add an item into the collection.
Public method Remove
Removes a from the collection.
Public method RemoveAt
Removes a at the specified index location.

Properties

  Name Description
Public property CollectionType
Specifies the type of a ConfigurationElementCollectionType object.
(Overrides ConfigurationElementCollection..::..CollectionType.)
Public property Item[([( Int32])])
Gets or sets the .
Public property Item[([( String])])
Gets or sets the .
Public property Theme
Gets the collecttion of themes.

See Also