Share via


AddConfigurationDimensionValue(String, String, String, Boolean) Constructor

Definition

Initializes a new instance of the AddConfigurationDimensionValue class.

[Newtonsoft.Json.JsonConstructor]
public AddConfigurationDimensionValue (string dimensionName, string newValue, string existingValue, bool propagate);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.AddConfigurationDimensionValue : string * string * string * bool -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.AddConfigurationDimensionValue
Public Sub New (dimensionName As String, newValue As String, existingValue As String, propagate As Boolean)

Parameters

dimensionName
String

The name of dimension to add a new value to.

newValue
String

The new value to be added.

existingValue
String

An existing value to copy properties from. Empty string if properties should not be copied.

propagate
Boolean

Specifies if the project configuration change to be propagated to the solution file.

Attributes
Newtonsoft.Json.JsonConstructorAttribute

Applies to