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

Inheritance: PropertyPage
Mostra file Open project: Microsoft/RTVS

Public Methods

Method Description
SettingsPropertyPage ( ) : System

Protected Methods

Method Description
OnApply ( ) : Task
OnDeactivate ( ) : System.Threading.Tasks.Task
OnSetObjects ( bool isClosing ) : System.Threading.Tasks.Task

Private Methods

Method Description
OnDirtyStateChanged ( object sender, EventArgs e ) : void
OnLoad ( object sender, EventArgs e ) : void

Method Details

OnApply() protected method

protected OnApply ( ) : Task
return Task

OnDeactivate() protected method

protected OnDeactivate ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

OnSetObjects() protected method

protected OnSetObjects ( bool isClosing ) : System.Threading.Tasks.Task
isClosing bool
return System.Threading.Tasks.Task

SettingsPropertyPage() public method

public SettingsPropertyPage ( ) : System
return System