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

値を取得する settings プロパティ グループを含む SettingsPropertyCollection

返品

指定した設定プロパティ グループの値を含む SettingsPropertyValueCollection

適用対象

こちらもご覧ください