SectionDefinitionCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une collection d’objets associés SectionDefinition .
public ref class SectionDefinitionCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::Web::Administration::SectionDefinition ^>, System::Collections::ICollection
public sealed class SectionDefinitionCollection : System.Collections.Generic.IEnumerable<Microsoft.Web.Administration.SectionDefinition>, System.Collections.ICollection
type SectionDefinitionCollection = class
interface ICollection
interface seq<SectionDefinition>
interface IEnumerable
Public NotInheritable Class SectionDefinitionCollection
Implements ICollection, IEnumerable(Of SectionDefinition)
- Héritage
-
SectionDefinitionCollection
- Implémente
Remarques
Utilisez la SectionDefinitionCollection classe pour itérer au sein d’une collection d’objets SectionDefinition . Vous pouvez accéder à cette collection d’objets à l’aide de la Microsoft.Web.Administration.SectionGroup.Sections propriété .
Propriétés
Count |
Obtient le nombre de définitions de section dans la collection. |
Item[Int32] |
Obtient la définition de section spécifiée à l’index spécifié. |
Item[String] |
Obtient la définition de section spécifiée qui a le nom spécifié. |
Méthodes
Add(String) |
Ajoute une nouvelle définition de section à la collection. |
GetEnumerator() |
Retourne un énumérateur générique qui itère dans la collection de définitions de section. |
Remove(String) |
Supprime la définition de section spécifiée de la collection. |
Implémentations d’interfaces explicites
ICollection.CopyTo(Array, Int32) |
Copie la collection vers un tableau. |
ICollection.IsSynchronized |
Représente une collection d’objets associés SectionDefinition . |
ICollection.SyncRoot |
Représente une collection d’objets associés SectionDefinition . |
IEnumerable.GetEnumerator() |
Retourne un énumérateur qui itère au sein de la collection de définitions de section. |