ClientSettingsProvider.GetPreviousVersion メソッド

定義

指定したプロパティの以前のバージョンを取得します。

public:
 virtual System::Configuration::SettingsPropertyValue ^ GetPreviousVersion(System::Configuration::SettingsContext ^ context, System::Configuration::SettingsProperty ^ property);
public System.Configuration.SettingsPropertyValue GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property);
abstract member GetPreviousVersion : System.Configuration.SettingsContext * System.Configuration.SettingsProperty -> System.Configuration.SettingsPropertyValue
override this.GetPreviousVersion : System.Configuration.SettingsContext * System.Configuration.SettingsProperty -> System.Configuration.SettingsPropertyValue
Public Function GetPreviousVersion (context As SettingsContext, property As SettingsProperty) As SettingsPropertyValue

パラメーター

context
SettingsContext

このパラメーターは、このメソッドでは使用されません。

property
SettingsProperty

以前のバージョンを取得するプロパティを表します。

返品

指定したプロパティの以前のバージョンを表します。

実装

例外

IsOfflineプロパティの値がfalseされ、ServiceUriの場所にある Web 設定サービスは使用できません。

注釈

このメソッドは、アプリケーション設定システムによって内部的に使用され、アプリケーション コードで使用されるものではありません。

適用対象

こちらもご覧ください