SettingsProvider.GetPropertyValues Método

Definição

Devolve a coleção de valores de propriedades de definições para a instância de aplicação especificada e o grupo de propriedades de definições.

public:
 abstract System::Configuration::SettingsPropertyValueCollection ^ GetPropertyValues(System::Configuration::SettingsContext ^ context, System::Configuration::SettingsPropertyCollection ^ collection);
public abstract System.Configuration.SettingsPropertyValueCollection GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection collection);
abstract member GetPropertyValues : System.Configuration.SettingsContext * System.Configuration.SettingsPropertyCollection -> System.Configuration.SettingsPropertyValueCollection
Public MustOverride Function GetPropertyValues (context As SettingsContext, collection As SettingsPropertyCollection) As SettingsPropertyValueCollection

Parâmetros

context
SettingsContext

A descreve a utilização atual da SettingsContext aplicação.

collection
SettingsPropertyCollection

A SettingsPropertyCollection contendo o grupo de propriedades settings cujos valores devem ser recuperados.

Devoluções

A SettingsPropertyValueCollection contendo os valores para o grupo de propriedades de definições especificado.

Observações

O GetPropertyValues método deve ser implementado para gerir definições especiais, aquelas marcadas com SpecialSettingAttribute, bem como para reconciliar as definições da aplicação e do utilizador.

Aplica-se a

Ver também