System.Configuration.SettingsPropertyCollection 类
上一篇:System.Configuration.SettingsProperty 类
下一篇:System.Configuration.SettingsPropertyCollection.Add 方法
方法描述
包含 SettingsProperty 对象的集合。
语法定义(C# System.Configuration.SettingsPropertyCollection 类 的用法)
public class SettingsPropertyCollection : ICloneable, ICollection, IEnumerable
构造函数
构造函数名称 | 构造函数描述 |
---|---|
SettingsPropertyCollection | 初始化 SettingsPropertyCollection 类的新实例。 |
成员/方法
方法名称 | 方法描述 |
---|---|
Add | 将 SettingsProperty 对象添加到集合中。 |
Clear | 从集合中移除所有 SettingsProperty 对象。 |
Clone | 创建现有集合的一个副本。 |
CopyTo | 将此 SettingsPropertyCollection 对象复制到数组。 |
Equals(Object) | 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。) |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) |
GetEnumerator | 在将 IEnumerator 对象应用于集合时获取该对象。 |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) |
GetType | 获取当前实例的 Type。 (继承自 Object。) |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) |
OnAdd | 在添加 SettingsPropertyCollection 实例的内容时执行其他自定义处理。 |
OnAddComplete | 在添加 SettingsPropertyCollection 实例的内容之后执行其他自定义处理。 |
OnClear | 在清除 SettingsPropertyCollection 实例的内容时执行其他自定义处理。 |
OnClearComplete | 在清除 SettingsPropertyCollection 实例的内容之后执行其他自定义处理。 |
OnRemove | 在移除 SettingsPropertyCollection 实例的内容时执行其他自定义处理。 |
OnRemoveComplete | 在移除 SettingsPropertyCollection 实例的内容之后执行其他自定义处理。 |
Remove | 从集合中移除 SettingsProperty 对象。 |
SetReadOnly | 将集合设置为只读。 |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
提示和注释
SettingsPropertyCollection 集合包含 SettingsProperty 对象的集合。 SettingsProperty 对象作为一个类供内部使用,该类表示单个配置属性的元数据。
System.Configuration.SettingsPropertyCollection 类例子
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
版本信息
.NET Framework 受以下版本支持:4、3.5、3.0、2.0 .NET Framework Client Profile 受以下版本支持:4、3.5 SP1
适用平台
Windows 7, Windows Vista SP1 或更高版本, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008(不支持服务器核心), Windows Server 2008 R2(支持 SP1 或更高版本的服务器核心), Windows Server 2003 SP2 .NET Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
上一篇:System.Configuration.SettingsProperty 类
下一篇:System.Configuration.SettingsPropertyCollection.Add 方法