Share via


DuplicateLaunchProfile(String, String, String) Constructor

Definition

Initializes a new instance of the DuplicateLaunchProfile class.

[Newtonsoft.Json.JsonConstructor]
public DuplicateLaunchProfile (string currentProfileName, string? newProfileName, string? newProfileCommandName);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.DuplicateLaunchProfile : string * string * string -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.DuplicateLaunchProfile
Public Sub New (currentProfileName As String, newProfileName As String, newProfileCommandName As String)

Parameters

currentProfileName
String

The name of the existing profile to duplicate.

newProfileName
String

The name to assign to the new profile. If not provided the executor will choose a unique default name.

newProfileCommandName
String

The debugger command to associate with the new profile. If not provided the debugger command will be copied from the existing profile.

Attributes
Newtonsoft.Json.JsonConstructorAttribute

Applies to