DeleteSolutionConfiguration 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 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
- Attributes
Constructors
DeleteSolutionConfiguration(String) |
Initializes a new instance of the DeleteSolutionConfiguration class. |
Properties
Action | |
SolutionConfigurationName |
Gets the name of the Solution Configuration to remove. |