C# Класс Microsoft.VisualStudio.R.Package.ProjectSystem.PropertyPages.RunPageViewModel

Наследование: PropertyPageViewModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Initialize ( ) : System.Threading.Tasks.Task
RunPageViewModel ( IRProjectProperties configuredProjectsProperties ) : System
Save ( ) : Task

Приватные методы

Метод Описание
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.

Описание методов

Initialize() публичный Метод

public Initialize ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task

RunPageViewModel() публичный Метод

public RunPageViewModel ( IRProjectProperties configuredProjectsProperties ) : System
configuredProjectsProperties IRProjectProperties
Результат System

Save() публичный Метод

public Save ( ) : Task
Результат Task