Share via


AddConfigurationDimensionValue Class

Definition

Adds a new value to a configuration dimension (e.g. Configuration or Platform).

[System.Runtime.CompilerServices.Nullable(0)]
public sealed class AddConfigurationDimensionValue : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep
[<System.Runtime.CompilerServices.Nullable(0)>]
type AddConfigurationDimensionValue = class
    inherit ExecutableStep
Public NotInheritable Class AddConfigurationDimensionValue
Inherits ExecutableStep
Inheritance
AddConfigurationDimensionValue
Attributes

Constructors

AddConfigurationDimensionValue(String, String, String, Boolean)

Initializes a new instance of the AddConfigurationDimensionValue class.

Properties

Action
DimensionName

The name of dimension to add a new value to..

ExistingValue

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

NewValue

The new value to be added.

Propagate

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

Applies to