次の方法で共有


ClientSettingsProvider.GetPropertyValues メソッド

定義

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

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

パラメーター

context
SettingsContext

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

propertyCollection
SettingsPropertyCollection

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

戻り値

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

適用対象

こちらもご覧ください