ClientSettingsProvider.GetPreviousVersion Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém a versão anterior da propriedade especificada.
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
Parâmetros
- context
- SettingsContext
Este parâmetro não é usado por este método.
- property
- SettingsProperty
Representa a propriedade cuja versão anterior se deve obter.
Retornos
Representa a versão anterior da propriedade especificada.
Implementações
Exceções
O valor da propriedade IsOffline é false
e o serviço de configurações da Web no local ServiceUri não está disponível.
Comentários
Esse método é usado internamente pelo sistema de configurações do aplicativo e não deve ser usado pelo código do aplicativo.