Method |
Description |
|
CreateVersion ( string name ) : System.Version |
|
|
GetPreviousConfigFileName ( bool isRoaming ) : string |
|
|
GetPreviousVersion ( SettingsContext context, SettingsProperty property ) : SettingsPropertyValue |
|
|
GetSectionName ( SettingsContext context ) : string |
|
|
GetSettingValuesFromFile ( string configFileName, string sectionName, bool userScoped, SettingsPropertyCollection properties ) : SettingsPropertyValueCollection |
|
|
IsRoamingSetting ( SettingsProperty setting ) : bool |
|
|
IsUserSetting ( SettingsProperty setting ) : bool |
|
|
SerializeToXmlElement ( SettingsProperty setting, SettingsPropertyValue value ) : XmlNode |
|
|
Upgrade ( SettingsContext context, SettingsPropertyCollection properties, bool isRoaming ) : void |
|
|