SetUnevaluatedUIPropertyValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |