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

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

Méthodes publiques

Méthode Description
Initialize ( ) : System.Threading.Tasks.Task
RunPageViewModel ( IRProjectProperties configuredProjectsProperties ) : System
Save ( ) : Task

Private Methods

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

public Initialize ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

RunPageViewModel() public méthode

public RunPageViewModel ( IRProjectProperties configuredProjectsProperties ) : System
configuredProjectsProperties IRProjectProperties
Résultat System

Save() public méthode

public Save ( ) : Task
Résultat Task