UpdateExtensions.DeleteSolutionConfiguration 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.
Removes the SolutionConfiguration object from the collection.
public static Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot> DeleteSolutionConfiguration (this Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot> solutions, string name);
static member DeleteSolutionConfiguration : Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot> * string -> Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.ISolutionSnapshot>
<Extension()>
Public Function DeleteSolutionConfiguration (solutions As IAsyncUpdatable(Of ISolutionSnapshot), name As String) As IAsyncUpdatable(Of ISolutionSnapshot)
Parameters
- solutions
- IAsyncUpdatable<ISolutionSnapshot>
A set of solutions to be updated.
- name
- String
The name of the Solution Configuration to be deleted.
Returns
A set of solutions updated.