UpdateExtensions.AddSolutionConfiguration Method
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.
Add a Solution Configuration.
public static Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot> AddSolutionConfiguration (this Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot> solutions, string newName, string existingName, bool propagate);
static member AddSolutionConfiguration : Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot> * string * string * bool -> Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot>
<Extension()>
Public Function AddSolutionConfiguration (solutions As IAsyncUpdatable(Of ISolutionSnapshot), newName As String, existingName As String, propagate As Boolean) As IAsyncUpdatable(Of ISolutionSnapshot)
Parameters
- solutions
- IAsyncUpdatable<ISolutionSnapshot>
A set of solutions to be updated.
- 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.
Returns
A set of solutions updated.