NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IConfigCollection Interface

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.

Classes that Implement IConfigCollection

Class Description
BaseConfigCollection A generic implementation of the IConfigCollection interface.

Remarks

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.

Requirements

Namespace: System.Configuration

Assembly: System.Configuration.dll

See Also

IConfigCollection Members | System.Configuration Namespace