Share via


AddLaunchProfile(String, String) Constructor

Definition

Initializes a new instance of the AddLaunchProfile class.

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

Parameters

newProfileName
String

The name of the new profile. If not provided, the action executor will choose a unique default name.

commandName
String

The debugger command name to associate with the new profile.

Attributes
Newtonsoft.Json.JsonConstructorAttribute

Applies to