Share via


RemoveLaunchProfile Class

Definition

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
RemoveLaunchProfile
Attributes

Constructors

RemoveLaunchProfile(String)

Initializes a new instance of the RemoveLaunchProfile class.

Properties

Action
ProfileName

Gets the name of the profile to remove.

Applies to