Share via


UpdateExtensions.DeleteConfigurationDimensionValue Method

Definition

Deletes a value from a configuration dimension.

public static Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectSnapshot> DeleteConfigurationDimensionValue (this Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectSnapshot> projects, string dimensionName, string value);
static member DeleteConfigurationDimensionValue : Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectSnapshot> * string * string -> Microsoft.VisualStudio.ProjectSystem.Query.IAsyncUpdatable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectSnapshot>
<Extension()>
Public Function DeleteConfigurationDimensionValue (projects As IAsyncUpdatable(Of IProjectSnapshot), dimensionName As String, value As String) As IAsyncUpdatable(Of IProjectSnapshot)

Parameters

projects
IAsyncUpdatable<IProjectSnapshot>

A set of projects to be updated with the new configuration dimension.

dimensionName
String

The name of dimension to delete the value from.

value
String

The value to be deleted.

Returns

Applies to