Share via


AddLaunchProfile Class

Definition

Represents the operation to add a new launch profile to a project.

[System.Runtime.CompilerServices.Nullable(0)]
public sealed class AddLaunchProfile : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep
[<System.Runtime.CompilerServices.Nullable(0)>]
type AddLaunchProfile = class
    inherit ExecutableStep
Public NotInheritable Class AddLaunchProfile
Inherits ExecutableStep
Inheritance
AddLaunchProfile
Attributes

Constructors

AddLaunchProfile(String, String)

Initializes a new instance of the AddLaunchProfile class.

Properties

Action
CommandName

Gets the debugger command name to use for the new profile. The debugger command name controls which component handles setting up the debugger when the profile is active, and determines the set of properties exposed in the UI.

NewProfileName

Gets the name of the new profile to add.

Applies to