다음을 통해 공유


UpdateExtensions.DeleteSolutionConfiguration Method

Definition

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.

Applies to