AddSolutionConfiguration(String, String, Boolean) Constructor
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.
Initializes a new instance of the AddSolutionConfiguration class.
[Newtonsoft.Json.JsonConstructor]
public AddSolutionConfiguration (string newName, string existingName, bool propagate);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.VisualStudio.ProjectSystem.Query.ProjectModelMethods.Actions.AddSolutionConfiguration : string * string * bool -> Microsoft.VisualStudio.ProjectSystem.Query.ProjectModelMethods.Actions.AddSolutionConfiguration
Public Sub New (newName As String, existingName As String, propagate As Boolean)
Parameters
- newName
- String
The name of the new solution configuration.
- existingName
- String
A SolutionConfiguration object on which to base the new solution configuration.
- propagate
- Boolean
If the new solution configuration should be propagated.
- Attributes
-
Newtonsoft.Json.JsonConstructorAttribute