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

Inheritance: PropertyPageViewModel
ファイルを表示 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
Initialize ( ) : System.Threading.Tasks.Task
RunPageViewModel ( IRProjectProperties configuredProjectsProperties ) : System
Save ( ) : Task

Private Methods

Method Description
GetPropertyValueForSelectedConfigurationsAsync ( Func getter ) : Task

Get the common value for the selected configurations for a specific property. If there are multiple conflicting values, then null is returned.

GetPropertyValueForSelectedConfigurationsAsync ( Func getter ) : Task

Get the common value for the selected configurations for a specific property. If there are multiple conflicting values, then a predefined string is returned.

Method Details

Initialize() public method

public Initialize ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

RunPageViewModel() public method

public RunPageViewModel ( IRProjectProperties configuredProjectsProperties ) : System
configuredProjectsProperties IRProjectProperties
return System

Save() public method

public Save ( ) : Task
return Task