Share via


SetUnevaluatedUIPropertyValue Class

Definition

Represents the operation to set the unevaluated value of a user-visible property.

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

Constructors

SetUnevaluatedUIPropertyValue(String, String, ReadOnlyCollection<ConfigurationDimensionValue>, String)

Initializes a new instance of the SetUnevaluatedUIPropertyValue class.

Properties

Action
Dimensions

Configuration dimensions and values indicating which project configurations this new value applies to.

Name

Gets the name of the property to set.

Page

Gets the name of the page that contains the property.

Value

Gets the new value for the property. May be null to indicate that the property should be removed entirely and/or reset to a default value.

Applies to