ISettingsService.SaveSettings Method
Sub SaveSettings( _
ByVal settings As Dictionary(Of String, String) _
)
This language is not supported or no code example is available.
void SaveSettings(
Dictionary<string, string> settings
)
This language is not supported or no code example is available.
void SaveSettings(
Dictionary<String^, String^>^ settings
)
This language is not supported or no code example is available.
Parameters
- settings
- Dictionary<string, string>