Méthode | Description | |
---|---|---|
GetCommandLineArgsAsync ( ) : Task |
Gets command line arguments of the application.
|
|
GetFileFilterAsync ( ) : Task |
Gets the filter string that selects files to be sent to remote host. Default filter string is ".r;.rmd;". This selects all R script files, R markdown files. |
|
GetProjectName ( ) : string |
Gets the current project name.
|
|
GetRFilePaths ( ) : IEnumerable |
Gets all the R script files in the current project.
|
|
GetRemoteProjectPathAsync ( ) : Task |
Gets the destination path for a project on the remote host. Default destination is ~/ |
|
GetResetReplOnRunAsync ( ) : Task |
Defines if REPL is to be reset before starting the application.
|
|
GetSettingsFileAsync ( ) : Task |
Sets R path to the settings file. Settings file contains project settings as R code. The file is to be sourced before running the application. Null means no settings are defined. In order to read the actual settings, use ConfigurationSettingCollection |
|
GetStartupFileAsync ( ) : Task |
Defines which file contains the application entry point.
|
|
GetTransferProjectOnRunAsync ( ) : Task |
Defines if project has to be transfered to remote host during run.
|
|
SetCommandLineArgsAsync ( string val ) : System.Threading.Tasks.Task |
Sets command line arguments of the application.
|
|
SetFileFilterAsync ( string fileTransferFilter ) : System.Threading.Tasks.Task |
Gets the filter string that selects files to be sent to remote host. Default filter string is ".r;.rmd;". This selects all R script files, R markdown files. |
|
SetRemoteProjectPathAsync ( string remoteProjectPath ) : System.Threading.Tasks.Task |
Gets the destination path for a project on the remote host. Default destination is ~/RTVSProjects/. |
|
SetResetReplOnRunAsync ( bool val ) : System.Threading.Tasks.Task |
Defines if REPL is to be reset before starting the application.
|
|
SetSettingsFileAsync ( string rFilePath ) : System.Threading.Tasks.Task |
Gets R path to the settings file. Settings file contains project settings as R code. The file is to be sourced before running the application. Null means no settings are defined. In order to read the actual settings, use ConfigurationSettingCollection |
|
SetStartupFileAsync ( string val ) : System.Threading.Tasks.Task |
Defines which file contains the application entry point.
|
|
SetTransferProjectOnRunAsync ( bool val ) : System.Threading.Tasks.Task |
Defines if project has to be transfered to remote host during run.
|
Méthode | Description | |
---|---|---|
ParseBooleanProperty ( string propertyText, bool defaultVal ) : bool | ||
ProjectProperties ( ConfiguredProject configuredProject ) : System.ComponentModel.Composition |
public GetRemoteProjectPathAsync ( ) : Task |
||
Résultat | Task |
public GetTransferProjectOnRunAsync ( ) : Task |
||
Résultat | Task |
public SetCommandLineArgsAsync ( string val ) : System.Threading.Tasks.Task | ||
val | string | |
Résultat | System.Threading.Tasks.Task |
public SetFileFilterAsync ( string fileTransferFilter ) : System.Threading.Tasks.Task | ||
fileTransferFilter | string | |
Résultat | System.Threading.Tasks.Task |
public SetRemoteProjectPathAsync ( string remoteProjectPath ) : System.Threading.Tasks.Task | ||
remoteProjectPath | string | |
Résultat | System.Threading.Tasks.Task |
public SetResetReplOnRunAsync ( bool val ) : System.Threading.Tasks.Task | ||
val | bool | |
Résultat | System.Threading.Tasks.Task |
public SetSettingsFileAsync ( string rFilePath ) : System.Threading.Tasks.Task | ||
rFilePath | string | |
Résultat | System.Threading.Tasks.Task |
public SetStartupFileAsync ( string val ) : System.Threading.Tasks.Task | ||
val | string | |
Résultat | System.Threading.Tasks.Task |
public SetTransferProjectOnRunAsync ( bool val ) : System.Threading.Tasks.Task | ||
val | bool | |
Résultat | System.Threading.Tasks.Task |