IAppHostSectionDefinitionCollection, interface
Représente une collection de définitions de section de configuration.
Syntaxe
interface IAppHostSectionDefinitionCollection : IUnknown
Méthodes
Le tableau suivant répertorie les méthodes exposées par l’interface IAppHostSectionDefinitionCollection
.
Méthode | Description |
---|---|
AddSection | Ajoute une nouvelle définition de section de configuration à la collection. |
DeleteSection | Supprime une définition de section de configuration de la collection |
Propriétés
Le tableau suivant répertorie les propriétés exposées par l’interface IAppHostSectionDefinitionCollection
.
Propriété | Description |
---|---|
Count | Obtient le nombre de définitions de section de configuration dans la collection actuelle. |
Item | Obtient la définition de section de configuration à l’index demandé à partir de la collection actuelle. |
Hiérarchie d'héritage
IAppHostSectionDefinitionCollection
Spécifications
Type | Description |
---|---|
Client | - IIS 7.0 sur Windows Vista - IIS 7.5 sur Windows 7 - IIS 8.0 sur Windows 8 - IIS 10.0 sur Windows 10 |
Serveur | - IIS 7.0 sur Windows Server 2008 - IIS 7.5 sur Windows Server 2008 R2 - IIS 8.0 sur Windows Server 2012 - IIS 8.5 sur Windows Server 2012 R2 - IIS 10.0 sur Windows Server 2016 |
Produit | - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 - IIS Express 7.5, IIS Express 8.0, IIS Express 10.0 |
En-tête | Ahadmin.h |
Voir aussi
Interfaces d’administration de l’hôte d’application
IAppHostPropertyCollection, interface