C# Class System.Configuration.SettingsProvider

Inheritance: System.Configuration.Provider.ProviderBase
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
GetPropertyValues ( SettingsContext context, SettingsPropertyCollection collection ) : SettingsPropertyValueCollection
SetPropertyValues ( SettingsContext context, SettingsPropertyValueCollection collection ) : void

Method Details

GetPropertyValues() public abstract méthode

public abstract GetPropertyValues ( SettingsContext context, SettingsPropertyCollection collection ) : SettingsPropertyValueCollection
context SettingsContext
collection SettingsPropertyCollection
Résultat SettingsPropertyValueCollection

SetPropertyValues() public abstract méthode

public abstract SetPropertyValues ( SettingsContext context, SettingsPropertyValueCollection collection ) : void
context SettingsContext
collection SettingsPropertyValueCollection
Résultat void