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