Share via


RenameLaunchProfile Class

Definition

Represents the operation to rename an existing launch profile.

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

Constructors

RenameLaunchProfile(String, String)

Initializes a new instance of the RenameLaunchProfile class.

Properties

Action
CurrentProfileName

Gets the current name of the profile.

NewProfileName

Gets the new name to assign to the profile.

Applies to