ILaunchConfigurationProvider.CustomizeLaunchConfiguration 方法

定义

为项目文件创建启动配置设置

public:
 void CustomizeLaunchConfiguration(Microsoft::VisualStudio::Workspace::Debug::DebugLaunchActionContext ^ debugLaunchActionContext, Microsoft::VisualStudio::Workspace::IPropertySettings ^ launchSettings);
public void CustomizeLaunchConfiguration (Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext debugLaunchActionContext, Microsoft.VisualStudio.Workspace.IPropertySettings launchSettings);
abstract member CustomizeLaunchConfiguration : Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext * Microsoft.VisualStudio.Workspace.IPropertySettings -> unit
Public Sub CustomizeLaunchConfiguration (debugLaunchActionContext As DebugLaunchActionContext, launchSettings As IPropertySettings)

参数

debugLaunchActionContext
DebugLaunchActionContext

调试启动操作上下文

launchSettings
IPropertySettings

启动设置实例

适用于