LocalFileSettingsProvider.GetPropertyValues メソッド

定義

指定したアプリケーションのインスタンスと設定プロパティ グループの、設定プロパティ値のコレクションを返します。

public:
 override System::Configuration::SettingsPropertyValueCollection ^ GetPropertyValues(System::Configuration::SettingsContext ^ context, System::Configuration::SettingsPropertyCollection ^ properties);
public override System.Configuration.SettingsPropertyValueCollection GetPropertyValues (System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties);
override this.GetPropertyValues : System.Configuration.SettingsContext * System.Configuration.SettingsPropertyCollection -> System.Configuration.SettingsPropertyValueCollection
Public Overrides Function GetPropertyValues (context As SettingsContext, properties As SettingsPropertyCollection) As SettingsPropertyValueCollection

パラメーター

context
SettingsContext

現在のアプリケーションの使い方を記述している SettingsContext

properties
SettingsPropertyCollection

値の取得対象となる設定プロパティ グループを格納している SettingsPropertyCollection

戻り値

指定した設定プロパティ グループの値を格納している SettingsPropertyValueCollection

例外

ユーザー スコープの設定が見つかりましたが、現在の構成はアプリケーション スコープの設定しかサポートしていません。

注釈

メソッドは GetPropertyValues 、特殊なアプリケーション設定の種類 も管理します ConnectionString。 接続文字列は、 要素 <connectionstrings>で区切られた構成ファイルの特別なセクションに格納されます。

注意事項

LocalFileSettingsProvider では、暗号化を使用して設定を保持しません。 そのため、構成ファイル内の情報を個別に暗号化するなど、追加の予防措置を講じることなく、このプロバイダーを使用してプレーン テキスト パスワードやその他の機密情報を格納しないでください。 詳細については、「 保護された構成を使用した構成情報の暗号化」を参照してください

適用対象

こちらもご覧ください