RemoveLaunchProfile 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 remove a launch profile from a project.
[System.Runtime.CompilerServices.Nullable(0)]
public sealed class RemoveLaunchProfile : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep
[<System.Runtime.CompilerServices.Nullable(0)>]
type RemoveLaunchProfile = class
inherit ExecutableStep
Public NotInheritable Class RemoveLaunchProfile
Inherits ExecutableStep
- Inheritance
- Attributes
Constructors
RemoveLaunchProfile(String) |
Initializes a new instance of the RemoveLaunchProfile class. |
Properties
Action | |
ProfileName |
Gets the name of the profile to remove. |