AddSolutionConfiguration 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 Add a solution configuration.
[System.Runtime.CompilerServices.Nullable(0)]
public sealed class AddSolutionConfiguration : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep
[<System.Runtime.CompilerServices.Nullable(0)>]
type AddSolutionConfiguration = class
inherit ExecutableStep
Public NotInheritable Class AddSolutionConfiguration
Inherits ExecutableStep
- Inheritance
- Attributes
Constructors
AddSolutionConfiguration(String, String, Boolean) |
Initializes a new instance of the AddSolutionConfiguration class. |
Properties
Action | |
ExistingName |
A SolutionConfiguration object on which to base the new solution configuration |
NewName |
The name of the new solution configuration |
Propagate |
If Propagate is set to True, then the newly added solution configuration will be automatically added to all of the projects under that solution, as well as to the solution itself. |