Property | Type | Description | |
---|---|---|---|
GetValue | string | ||
IsRoaming | bool | ||
SetValue | void |
Method | Description | |
---|---|---|
GetAppSettingsFilename ( ) : string | ||
GetAppSettingsPath ( ) : string | ||
GetDotSettingsFile ( ) : string | ||
GetPropertyValues ( SettingsContext context, SettingsPropertyCollection props ) : SettingsPropertyValueCollection | ||
Initialize ( string name, NameValueCollection col ) : void | ||
SetPropertyValues ( SettingsContext context, SettingsPropertyValueCollection propvals ) : void |
Method | Description | |
---|---|---|
GetValue ( SettingsProperty setting ) : string | ||
IsRoaming ( SettingsProperty prop ) : bool | ||
SetValue ( SettingsPropertyValue propVal ) : void |
public GetPropertyValues ( SettingsContext context, SettingsPropertyCollection props ) : SettingsPropertyValueCollection | ||
context | SettingsContext | |
props | SettingsPropertyCollection | |
return | SettingsPropertyValueCollection |
public Initialize ( string name, NameValueCollection col ) : void | ||
name | string | |
col | NameValueCollection | |
return | void |
public SetPropertyValues ( SettingsContext context, SettingsPropertyValueCollection propvals ) : void | ||
context | SettingsContext | |
propvals | SettingsPropertyValueCollection | |
return | void |