Share via


AddSolutionConfiguration(String, String, Boolean) Constructor

Definition

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

Applies to