Share via


SettingsProvider.GetPropertyValues メソッド

定義

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

public:
 abstract System::Configuration::SettingsPropertyValueCollection ^ GetPropertyValues(System::Configuration::SettingsContext ^ context, System::Configuration::SettingsPropertyCollection ^ collection);
public abstract System.Configuration.SettingsPropertyValueCollection GetPropertyValues (System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection collection);
abstract member GetPropertyValues : System.Configuration.SettingsContext * System.Configuration.SettingsPropertyCollection -> System.Configuration.SettingsPropertyValueCollection
Public MustOverride Function GetPropertyValues (context As SettingsContext, collection As SettingsPropertyCollection) As SettingsPropertyValueCollection

パラメーター

context
SettingsContext

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

collection
SettingsPropertyCollection

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

戻り値

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

注釈

メソッドは GetPropertyValues 、 でマーク SpecialSettingAttributeされた特別な設定を処理し、アプリケーションとユーザーの設定を調整するために実装する必要があります。

適用対象

こちらもご覧ください