Aracılığıyla paylaş


IApplicationSettingsProvider.GetPreviousVersion Yöntem

Tanım

Aynı uygulamanın önceki sürümü için belirtilen ayarlar özelliğinin değerini döndürür.

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

Parametreler

context
SettingsContext

SettingsContext Geçerli uygulama kullanımını açıklayan.

property
SettingsProperty

SettingsProperty Değeri döndürülecek olan.

Döndürülenler

SettingsPropertyValue Belirtilen özellik ayarının, uygulamanın önceki sürümünde en son ayarlandığı gibi değerini içeren veya null ayar bulunamazsa.

Açıklamalar

Bir uygulamanın yeni bir sürümünün Upgrade yüklenmesi sırasında veya sonrasında uygulama ayarlarını geçirmek için yöntemiyle birlikte yöntemini kullanabilirsinizGetPreviousVersion.

Şunlara uygulanır

Ayrıca bkz.