System.Configuration.LocalFileSettingsProvider.GetPropertyValues 方法
上一篇:System.Configuration.LocalFileSettingsProvider.GetPreviousVersion 方法
下一篇:System.Configuration.LocalFileSettingsProvider.Initialize 方法
方法描述
为指定的应用程序实例和设置属性组返回设置属性值的集合。
语法定义(C# System.Configuration.LocalFileSettingsProvider.GetPropertyValues 方法 的用法)
public override SettingsPropertyValueCollection GetPropertyValues( SettingsContext context, SettingsPropertyCollection properties )
参数/返回值
参数值/返回值 | 参数类型/返回类型 | 参数描述/返回描述 |
---|---|---|
context | System-Configuration-SettingsContext | 描述当前应用程序用法的 SettingsContext。 |
properties | System-Configuration-SettingsPropertyCollection | 一个包含设置属性组(将要检索该组中的值)的 SettingsPropertyCollection。 |
返回值 | System.Configuration.SettingsPropertyValueCollection | 一个包含指定设置属性组的值的 SettingsPropertyValueCollection。 |
提示和注释
GetPropertyValues 方法还管理特殊的应用程序设置类型 ConnectionString。 连接字符串存储在由
警告
LocalFileSettingsProvider 不使用加密保存任何设置。 因此,如果在使用此提供程序时没有采取其他预防措施(如单独加密配置文件中的信息),则不要存储明文密码或其他敏感信息。 有关更多信息,请参见使用受保护的配置加密配置信息。
System.Configuration.LocalFileSettingsProvider.GetPropertyValues 方法例子
异常
异常 | 异常描述 |
---|---|
ConfigurationErrorsException | 遇到了用户范围的设置,但是当前的配置仅支持应用程序范围的设置。 |
版本信息
.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.LocalFileSettingsProvider.GetPreviousVersion 方法
下一篇:System.Configuration.LocalFileSettingsProvider.Initialize 方法