C# 클래스 Microsoft.VisualStudio.R.Package.ProjectSystem.PropertyPages.RunPageViewModel

상속: PropertyPageViewModel
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
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