Свойство | Type | Description | |
---|---|---|---|
GetRemoteSettingsFile | string | ||
GetStartupFileAsync | Task |
||
RDebugLaunchProvider | System | ||
SendProjectAsync | Task | ||
SourceFileAsync | Task |
Méthode | Description | |
---|---|---|
CanLaunchAsync ( DebugLaunchOptions launchOptions ) : Task |
||
LaunchAsync ( DebugLaunchOptions launchOptions ) : Task | ||
QueryDebugTargetsAsync ( DebugLaunchOptions launchOptions ) : Task |
Méthode | Description | |
---|---|---|
GetRemoteSettingsFile ( string localSettingsPath, string localProjectPath, string remoteProjectPath ) : string | ||
GetStartupFileAsync ( bool transferFiles, EnvDTE project ) : Task |
||
RDebugLaunchProvider ( ConfiguredProject configuredProject, IRInteractiveWorkflowProvider interactiveWorkflowProvider, IProjectSystemServices pss ) : System | ||
SendProjectAsync ( EnvDTE project, string remotePath, string filterString, |
||
SourceFileAsync ( bool transferFiles, string file, string errorMessage ) : Task |
public CanLaunchAsync ( DebugLaunchOptions launchOptions ) : Task |
||
launchOptions | DebugLaunchOptions | |
Résultat | Task |
public LaunchAsync ( DebugLaunchOptions launchOptions ) : Task | ||
launchOptions | DebugLaunchOptions | |
Résultat | Task |
public QueryDebugTargetsAsync ( DebugLaunchOptions launchOptions ) : Task |
||
launchOptions | DebugLaunchOptions | |
Résultat | Task |