AddLaunchProfile Class
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.
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
- 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. |