C# Class Microsoft.VisualStudio.R.Package.ProjectSystem.PropertyPages.Settings.SettingsPageControl

Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
Close ( ) : void
SaveSelectedSettingsFileNameAsync ( ) : Task
SaveSettingsAsync ( ) : Task
SetProjectAsync ( UnconfiguredProject project, IRProjectProperties properties ) : Task
SettingsPageControl ( ) : System
SettingsPageControl ( IProjectConfigurationSettingsProvider settingsProvider, IApplicationShell appShell, IFileSystem fs ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Méthode 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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

SaveSelectedSettingsFileNameAsync() public méthode

public SaveSelectedSettingsFileNameAsync ( ) : Task
Résultat Task

SaveSettingsAsync() public méthode

public SaveSettingsAsync ( ) : Task
Résultat Task

SetProjectAsync() public méthode

public SetProjectAsync ( UnconfiguredProject project, IRProjectProperties properties ) : Task
project UnconfiguredProject
properties IRProjectProperties
Résultat Task

SettingsPageControl() public méthode

public SettingsPageControl ( ) : System
Résultat System

SettingsPageControl() public méthode

public SettingsPageControl ( IProjectConfigurationSettingsProvider settingsProvider, IApplicationShell appShell, IFileSystem fs ) : System
settingsProvider IProjectConfigurationSettingsProvider
appShell IApplicationShell
fs IFileSystem
Résultat System