Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
LoadPropertyGrid | void | ||
OnAddSettingClick | void | ||
OnPropertyValueChanged | void | ||
OnSelectedFileChanged | void | ||
OnSettingsCollectionChanged | void | ||
OnVariableNameTextChanged | void | ||
OnVariableValueTextChanged | void | ||
PopulateFilesCombo | void | ||
SetButtonEnableState | void | ||
SetFont | void | ||
SetTextToControls | void | ||
UpdatePropertyGrid | void |
Method | Description | |
---|---|---|
Close ( ) : void | ||
SaveSelectedSettingsFileNameAsync ( ) : Task | ||
SaveSettingsAsync ( ) : Task |
||
SetProjectAsync ( UnconfiguredProject project, IRProjectProperties properties ) : Task | ||
SettingsPageControl ( ) : System | ||
SettingsPageControl ( IProjectConfigurationSettingsProvider settingsProvider, IApplicationShell appShell, IFileSystem fs ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnLoad ( EventArgs e ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LoadPropertyGrid ( ) : void | ||
OnAddSettingClick ( object sender, EventArgs e ) : void | ||
OnPropertyValueChanged ( object s, PropertyValueChangedEventArgs e ) : void | ||
OnSelectedFileChanged ( object sender, EventArgs e ) : void | ||
OnSettingsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void | ||
OnVariableNameTextChanged ( object sender, EventArgs e ) : void | ||
OnVariableValueTextChanged ( object sender, EventArgs e ) : void | ||
PopulateFilesCombo ( ) : void | ||
SetButtonEnableState ( ) : void | ||
SetFont ( ) : void | ||
SetTextToControls ( ) : void | ||
UpdatePropertyGrid ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public SaveSelectedSettingsFileNameAsync ( ) : Task | ||
return | Task |
public SetProjectAsync ( UnconfiguredProject project, IRProjectProperties properties ) : Task | ||
project | UnconfiguredProject | |
properties | IRProjectProperties | |
return | Task |
public SettingsPageControl ( IProjectConfigurationSettingsProvider settingsProvider, IApplicationShell appShell, IFileSystem fs ) : System | ||
settingsProvider | IProjectConfigurationSettingsProvider | |
appShell | IApplicationShell | |
fs | IFileSystem | |
return | System |