ApplicationSettingsBase.GetPreviousVersion(String) 方法

定义

返回同一应用程序的早期版本的命名设置属性的值。

public:
 System::Object ^ GetPreviousVersion(System::String ^ propertyName);
public object GetPreviousVersion (string propertyName);
member this.GetPreviousVersion : string -> obj
Public Function GetPreviousVersion (propertyName As String) As Object

参数

propertyName
String

一个 String,包含要返回其值的设置属性的名称。

返回

一个 Object,如果找到指定的 SettingsProperty,则为其值;否则为 null

例外

该属性不存在。 属性计数为零,或在数据存储区中找不到该属性。

注解

GetPreviousVersion 安装新版本的应用程序期间迁移应用程序设置时, 方法通常与 Upgrade 方法结合使用。

适用于

另请参阅