Share via


DuplicateLaunchProfile Class

Definition

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
DuplicateLaunchProfile
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.

Applies to