DuplicateLaunchProfile 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 duplicate an existing launch profile.
[System.Runtime.CompilerServices.Nullable(0)]
public sealed class DuplicateLaunchProfile : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep
[<System.Runtime.CompilerServices.Nullable(0)>]
type DuplicateLaunchProfile = class
inherit ExecutableStep
Public NotInheritable Class DuplicateLaunchProfile
Inherits ExecutableStep
- Inheritance
- Attributes
Constructors
DuplicateLaunchProfile(String, String, String) |
Initializes a new instance of the DuplicateLaunchProfile class. |
Properties
Action | |
CurrentProfileName |
Gets the name of the existing profile to duplicate. |
NewProfileCommandName |
Gets the debugger command to associate with the new profile. |
NewProfileName |
Gets the name to assign to the new profile. |