LaunchConfigurationConstants 类

定义

启动配置常量

public ref class LaunchConfigurationConstants abstract sealed
public ref class LaunchConfigurationConstants abstract sealed
class LaunchConfigurationConstants abstract sealed
public static class LaunchConfigurationConstants
type LaunchConfigurationConstants = class
Public Class LaunchConfigurationConstants
继承
LaunchConfigurationConstants

字段

ArgsKey

参数键

BuildConfigurationsKey

生成配置密钥

ConfigurationsKey

配置键

CurrentDirKey

当前目录密钥

DebugEngineKey

调试引擎密钥

DebugTypeKey

调试类型键

DefaultsKey

默认值键

EnvKey

环境密钥

InheritEnvironmentsKey

继承环境密钥

LaunchJsonFileName

启动 json 文件名

LaunchJsonVersion

启动 Json 版本值

ManagedOptionKey

本机选项键

NameKey

名称键

NativeOptionKey

本机选项键

NoDebugKey

无调试密钥

PortNameKey

端口名称密钥

ProgramKey

程序密钥

ProjectKey

项目密钥

ProjectTargetKey

项目目标键

RemoteMachineKey

远程计算机密钥

StopOnEntryKey

在输入选项键上停止

TargetKey

目标密钥

TemplateCustomParameterExtendedSchemaRequiredKey

指定模板的自定义参数扩展架构键需要该参数的非空值。 如果运行时该参数的计算值为 null 或空,则会生成专用错误。

TemplateCustomParameterExtendedSchemaValueKey

使用扩展架构定义自定义参数时的值属性。 即:

“Exe” : { “value” : “${debugInfo.target}”, “required” : true }

TemplateCustomParametersKey

调试模板中的自定义参数定义部分。

TemplateDebugEngineKey

模板 Visual Studio 调试器引擎 guid。

TemplateDebugInfoDefaultsKey

节键名称,模板可在其中为运行时评估属性提供默认值。

TemplateDebugInfoGroupName

用于运行时启动配置的专用评估命名空间。

TemplateDescription

模板说明键。

TemplateDisplayName

模板显示名称键。

TemplateFilePatterns

模板的优先级。

TemplateInitialConfiguration

从所选模板创建新启动项时要添加到launch.vs.json的初始内容。

TemplatePriority

模板的优先级。

TemplateSchemaKey

Json 架构

TemplateSelectorIdKey

扩展模板的唯一标识符。

TemplateSelectorsKey

包含给定调试器的模板数组的 JSon 元素。 所有这些内容将显示在“选择调试器”对话框中。

TemplateSettingsKey

基于设置的调试器模板的 Json 元素名称。

TypeKey

键入键

VersionKey

默认值键

适用于