Provides access to a collection of configuration items.
[Visual Basic] Public Interface IConfigCollection Implements ICloneable, IList, ICollection, IEnumerable [C#] public interface IConfigCollection : ICloneable, IList, ICollection, IEnumerable [C++] public __gc __interface IConfigCollection : public ICloneable, IList, ICollection, IEnumerable
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Class | Description |
---|---|
BaseConfigCollection | A generic implementation of the IConfigCollection interface. |
Notes to Callers: IConfigCollection.Remove does not actually delete a configuration item from a configuration store. It only removes it from the collection in memory. In order to delete a configuration from a configuration store, you must use Delete.
Namespace: System.Configuration
Assembly: System.Configuration.dll