Méthode | Description | |
---|---|---|
AddSetting ( string name, string value, ConfigurationSettingValueType valueType ) : void | ||
CreateNewSettingsFile ( ) : void | ||
RemoveSetting ( IConfigurationSetting s ) : void | ||
SaveAsync ( ) : Task |
||
SaveSelectedSettingsFileNameAsync ( ) : System.Threading.Tasks.Task | ||
SetProjectPathAsync ( string projectPath, IRProjectProperties properties ) : System.Threading.Tasks.Task | ||
SettingsPageViewModel ( IConfigurationSettingCollection settings, ICoreShell coreShell, IFileSystem fileSystem ) : System |
Méthode | Description | |
---|---|---|
EnumerateSettingFiles ( string directory ) : void | ||
GetFullPath ( string rPath ) : string |
public AddSetting ( string name, string value, ConfigurationSettingValueType valueType ) : void | ||
name | string | |
value | string | |
valueType | ConfigurationSettingValueType | |
Résultat | void |
public RemoveSetting ( IConfigurationSetting s ) : void | ||
s | IConfigurationSetting | |
Résultat | void |
public SaveSelectedSettingsFileNameAsync ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
public SetProjectPathAsync ( string projectPath, IRProjectProperties properties ) : System.Threading.Tasks.Task | ||
projectPath | string | |
properties | IRProjectProperties | |
Résultat | System.Threading.Tasks.Task |
public SettingsPageViewModel ( IConfigurationSettingCollection settings, ICoreShell coreShell, IFileSystem fileSystem ) : System | ||
settings | IConfigurationSettingCollection | |
coreShell | ICoreShell | |
fileSystem | IFileSystem | |
Résultat | System |