IAppHostConfigLocation, interface
Représente un emplacement de configuration dans le système de configuration IIS 7.
Syntaxe
interface IAppHostConfigLocation : IUnknown
Méthodes
Le tableau suivant répertorie les méthodes exposées par l’interface IAppHostConfigLocation
.
Méthode | Description |
---|---|
AddConfigSection | Ajoute une section de configuration à l’emplacement de configuration actuel. |
DeleteConfigSection | Supprime une section de configuration de l’emplacement de configuration actuel. |
Propriétés
Le tableau suivant répertorie les propriétés exposées par l’interface IAppHostConfigLocation
.
Propriété | Description |
---|---|
Count | Obtient le nombre de sections de configuration configurées pour l’emplacement de configuration actuel. |
Item | Obtient la section de configuration demandée à partir de l’emplacement actuel. |
Chemin d’accès | Obtient le chemin d’accès de l’emplacement de configuration actuel. |
Hiérarchie d'héritage
IAppHostConfigLocation
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 |