IApplicationSettingsProvider.GetPreviousVersion 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回相同應用程式先前版本的指定設定屬性值。
public:
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
Public Function GetPreviousVersion (context As SettingsContext, property As SettingsProperty) As SettingsPropertyValue
參數
- context
- SettingsContext
SettingsContext,描述目前應用程式的使用方式。
- property
- SettingsProperty
要傳回值的 SettingsProperty。
傳回
SettingsPropertyValue,包含指定屬性設定的值,與在應用程式先前版本中的最後設定一樣,如果找不到設定,則為 null
。
備註
您可以使用 GetPreviousVersion 方法搭配 Upgrade 方法,在安裝新版本的應用程式期間或之後移轉應用程式設定。