AddLaunchProfile(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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