.NET Framework Class Library StyleCollection Class Represents a collection of Style objects.

Inheritance Hierarchy
Namespace:
System.Web.UI.WebControls
Assembly:
System.Web (in System.Web.dll)

Syntax
Public Class StyleCollection _
Inherits StateManagedCollection
public class StyleCollection : StateManagedCollection
public ref class StyleCollection : public StateManagedCollection
type StyleCollection =
class
inherit StateManagedCollection
end
The StyleCollection type exposes the following members.

Properties

Methods
|
| Name | Description |
|---|
.gif) | Add | Appends a specified Style object to the end of the StyleCollection object. | .gif) | Clear | Removes all items from the StateManagedCollection collection. (Inherited from StateManagedCollection.) | .gif) | Contains | Determines whether the specified style is contained within the collection. | .gif) | CopyTo(Array, Int32) | Copies the elements of the StateManagedCollection collection to an array, starting at a particular array index. (Inherited from StateManagedCollection.) | .gif) | CopyTo(array<Style>[]()[], Int32) | Copies the elements of the StyleCollection to a one-dimensional Style array, starting at the specified index of the target array. | .gif) | CreateKnownType | Creates an instance of the Style class, based on the single element collection returned by the GetKnownTypes method. (Overrides StateManagedCollection..::.CreateKnownType(Int32).) | .gif) | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | .gif) | GetEnumerator | Returns an iterator that iterates through the StateManagedCollection collection. (Inherited from StateManagedCollection.) | .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | .gif) | GetKnownTypes | Gets an array of the IStateManager types that the StyleCollection can contain. (Overrides StateManagedCollection..::.GetKnownTypes()()().) | .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | .gif) | IndexOf | Returns the index of the specified Style object within the collection. | .gif) | Insert | Inserts a specified Style object into the StyleCollection at the specified index location. | .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | .gif) | OnClear | When overridden in a derived class, performs additional work before the Clear method removes all items from the collection. (Inherited from StateManagedCollection.) | .gif) | OnClearComplete | When overridden in a derived class, performs additional work after the Clear method finishes removing all items from the collection. (Inherited from StateManagedCollection.) | .gif) | OnInsert | When overridden in a derived class, performs additional work before the Insert(Int32, Object) or Add(Object) method adds an item to the collection. (Inherited from StateManagedCollection.) | .gif) | OnInsertComplete | When overridden in a derived class, performs additional work after the Insert(Int32, Object) or Add(Object) method adds an item to the collection. (Inherited from StateManagedCollection.) | .gif) | OnRemove | When overridden in a derived class, performs additional work before the Remove(Object) or RemoveAt(Int32) method removes the specified item from the collection. (Inherited from StateManagedCollection.) | .gif) | OnRemoveComplete | When overridden in a derived class, performs additional work after the Remove(Object) or RemoveAt(Int32) method removes the specified item from the collection. (Inherited from StateManagedCollection.) | .gif) | OnValidate | When overridden in a derived class, validates an element of the StateManagedCollection collection. (Inherited from StateManagedCollection.) | .gif) | Remove | Removes the specified Style object from the StyleCollection object. | .gif) | RemoveAt | Removes the Style object at the specified index location from the StyleCollection object. | .gif) | SetDirty | Forces the entire StateManagedCollection collection to be serialized into view state. (Inherited from StateManagedCollection.) | .gif) | SetDirtyObject | Instructs the input Style object contained in the collection to record its entire state to view state, rather than recording only change information. (Overrides StateManagedCollection..::.SetDirtyObject(Object).) | .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | Top

Explicit Interface Implementations

Remarks
Use the StyleCollection class to store and manage Style objects for a control. Control developers can use this class to contain a set of styles that apply to different portions of the control. The collection dynamically increases in size as objects are added. Indexes in this collection are zero-based. Use the Count property to determine how many objects are in the collection. Additionally, use the StyleCollection methods and properties to provide the following functionality: The Add method to add a single style to the collection. The Insert method to add a style at a particular index within the collection. The Remove method to remove a style from the collection. The RemoveAt method to remove the style located at a particular index. The Contains method to determine whether a particular style is already in the collection. The IndexOf method to retrieve the index of a style within the collection. The Clear method to remove all the styles from the collection.

Version Information
.NET FrameworkSupported in: 4, 3.5, 3.0, 2.0

Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also
|
Bibliothèque de classes .NET Framework StyleCollection, classe Représente une collection d'objets Style.

Hiérarchie d'héritage
Espace de noms :
System.Web.UI.WebControls
Assembly :
System.Web (dans System.Web.dll)

Syntaxe
Public Class StyleCollection _
Inherits StateManagedCollection
public class StyleCollection : StateManagedCollection
public ref class StyleCollection : public StateManagedCollection
type StyleCollection =
class
inherit StateManagedCollection
end
Le type StyleCollection expose les membres suivants.

Propriétés

Méthodes
|
| Nom | Description |
|---|
.gif) | Add | Ajoute un objet Style spécifié à la fin de l'objet StyleCollection. | .gif) | Clear | Supprime tous les éléments de la collection StateManagedCollection. (Hérité de StateManagedCollection.) | .gif) | Contains | Détermine si le style spécifié est contenu dans la collection. | .gif) | CopyTo(Array, Int32) | Copie les éléments de la collection StateManagedCollection dans un tableau, en commençant au niveau d'un index de tableau particulier. (Hérité de StateManagedCollection.) | .gif) | CopyTo(array<Style>[]()[], Int32) | Copie les éléments de StyleCollection dans un tableau Style unidimensionnel, en commençant à l'index spécifié du tableau cible. | .gif) | CreateKnownType | Crée une instance de la classe Style, en fonction de la collection d'éléments unique retournée par la méthode GetKnownTypes. (Substitue StateManagedCollection..::.CreateKnownType(Int32).) | .gif) | Equals(Object) | Détermine si l'Object spécifié est égal à l'Object en cours. (Hérité de Object.) | .gif) | Finalize | Autorise un objet à tenter de libérer des ressources et d'exécuter d'autres opérations de netto***ge avant qu'il ne soit récupéré par l'opération garbage collection. (Hérité de Object.) | .gif) | GetEnumerator | Retourne un itérateur qui itère au sein de la collection StateManagedCollection. (Hérité de StateManagedCollection.) | .gif) | GetHashCode | Sert de fonction de hachage pour un type particulier. (Hérité de Object.) | .gif) | GetKnownTypes | Obtient un tableau des types IStateManager que StyleCollection peut contenir. (Substitue StateManagedCollection..::.GetKnownTypes()()().) | .gif) | GetType | Obtient le Type de l'instance actuelle. (Hérité de Object.) | .gif) | IndexOf | Retourne l'index de l'objet Style spécifié dans la collection. | .gif) | Insert | Insère un objet Style spécifié dans StyleCollection à l'emplacement d'index spécifié. | .gif) | MemberwiseClone | Crée une copie superficielle de l'objet Object actif. (Hérité de Object.) | .gif) | OnClear | En cas de substitution dans une classe dérivée, exécute une tâche supplémentaire avant que la méthode Clear supprime tous les éléments de la collection. (Hérité de StateManagedCollection.) | .gif) | OnClearComplete | En cas de substitution dans une classe dérivée, exécute une tâche supplémentaire une fois tous les éléments de la collection supprimés par la méthode Clear. (Hérité de StateManagedCollection.) | .gif) | OnInsert | En cas de substitution dans une classe dérivée, exécute une tâche supplémentaire avant la méthode Insert(Int32, Object) ou Add(Object) ajoute un élément à la collection. (Hérité de StateManagedCollection.) | .gif) | OnInsertComplete | En cas de substitution dans une classe dérivée, exécute une tâche supplémentaire après que la méthode Insert(Int32, Object) ou Add(Object) a ajouté un élément à la collection. (Hérité de StateManagedCollection.) | .gif) | OnRemove | En cas de substitution dans une classe dérivée, exécute toute tâche supplémentaire avant que la méthode Remove(Object) ou RemoveAt(Int32) supprime l'élément spécifié de la collection. (Hérité de StateManagedCollection.) | .gif) | OnRemoveComplete | En cas de substitution dans une classe dérivée, exécute toute tâche supplémentaire après que la méthode Remove(Object) ou RemoveAt(Int32) a supprimé l'élément spécifié de la collection. (Hérité de StateManagedCollection.) | .gif) | OnValidate | En cas de substitution dans une classe dérivée, valide un élément de la collection StateManagedCollection. (Hérité de StateManagedCollection.) | .gif) | Remove | Supprime l'objet Style spécifié de l'objet StyleCollection. | .gif) | RemoveAt | Supprime l'objet Style à l'emplacement d'index spécifié de l'objet StyleCollection. | .gif) | SetDirty | Force la sérialisation de l'intégralité de la collection StateManagedCollection dans l'état d'affichage. (Hérité de StateManagedCollection.) | .gif) | SetDirtyObject | Demande à l'objet Style d'entrée contenu dans la collection d'enregistrer son état intégral dans l'état d'affichage, au lieu d'enregistrer uniquement les informations de modification. (Substitue StateManagedCollection..::.SetDirtyObject(Object).) | .gif) | ToString | Retourne une chaîne qui représente l'objet actuel. (Hérité de Object.) | Début

Implémentations d'interface explicite

Notes
Utilisez la classe StyleCollection pour stocker et gérer les objets Style d'un contrôle. Les développeurs de contrôles peuvent utiliser cette classe pour contenir un jeu de styles qui s'appliquent à différentes parties du contrôle. La taille de la collection augmente dynamiquement au fur et à mesure que des objets sont ajoutés. Les index de cette collection sont des index de base zéro. Utilisez la propriété Count pour déterminer le nombre d'objets de la collection. En outre, utilisez les propriétés et les méthodes StyleCollection pour fournir la fonctionnalité suivante : La méthode Add pour ajouter un style unique à la collection. La méthode Insert pour ajouter un style à un index particulier dans la collection. La méthode Remove pour supprimer un style de la collection. La méthode RemoveAt pour supprimer le style présent dans un index particulier. La méthode Contains pour déterminer si un style particulier se trouve déjà dans la collection. La méthode IndexOf pour récupérer l'index d'un style dans la collection. La méthode Clear pour supprimer tous les styles de la collection.

Informations de version
.NET FrameworkPris en charge dans : 4, 3.5, 3.0, 2.0

Plateformes
Windows 7, Windows Vista SP1 ou ultérieur, Windows XP SP3, Windows XP SP2 Édition x64, Windows Server 2008 (installation minimale non prise en charge), Windows Server 2008 R2 (installation minimale prise en charge avec SP1 ou version ultérieure), Windows Server 2003 SP2
Le .NET Framework ne prend pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Sécurité des threads
Tous les membres static ( Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi
RéférenceAutres ressources
|