C# Class Microsoft.VisualStudio.R.Package.ProjectSystem.PropertyPages.WpfBasedPropertyPage

ファイルを表示 Open project: Microsoft/RTVS

Public Methods

Method Description
WpfBasedPropertyPage ( ) : System

Protected Methods

Method Description
CreatePropertyPageControl ( ) : PropertyPageControl
CreatePropertyPageViewModel ( ) : PropertyPageViewModel
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnApply ( ) : Task
OnDeactivate ( ) : Task
OnSetObjects ( bool isClosing ) : Task

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

WpfPropertyPage_Load ( object sender, EventArgs e ) : void
_control_OnControlStatusChanged ( object sender, EventArgs e ) : void

Method Details

CreatePropertyPageControl() protected abstract method

protected abstract CreatePropertyPageControl ( ) : PropertyPageControl
return PropertyPageControl

CreatePropertyPageViewModel() protected abstract method

protected abstract CreatePropertyPageViewModel ( ) : PropertyPageViewModel
return PropertyPageViewModel

Dispose() protected method

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

OnApply() protected method

protected OnApply ( ) : Task
return Task

OnDeactivate() protected method

protected OnDeactivate ( ) : Task
return Task

OnSetObjects() protected method

protected OnSetObjects ( bool isClosing ) : Task
isClosing bool
return Task

WpfBasedPropertyPage() public method

public WpfBasedPropertyPage ( ) : System
return System