Share via


SetEvaluatedUIPropertyValue Class

Definition

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

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

Constructors

SetEvaluatedUIPropertyValue(String, String, ReadOnlyCollection<ConfigurationDimensionValue>, Object)

Initializes a new instance of the SetEvaluatedUIPropertyValue 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