ILaunchConfigurationProvider.CustomizeLaunchConfiguration Method

Definition

Create a launch configuration settings for a project file

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)

Parameters

debugLaunchActionContext
DebugLaunchActionContext

Debug Launch Action context

launchSettings
IPropertySettings

The launch settings instance

Applies to