Share via


DeleteSolutionConfiguration Class

Definition

Represents the operation to remove a solution configuration.

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

Constructors

DeleteSolutionConfiguration(String)

Initializes a new instance of the DeleteSolutionConfiguration class.

Properties

Action
SolutionConfigurationName

Gets the name of the Solution Configuration to remove.

Applies to