SetUnevaluatedUIPropertyValue Constructor
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.
Initializes a new instance of the SetUnevaluatedUIPropertyValue class.
[Newtonsoft.Json.JsonConstructor]
public SetUnevaluatedUIPropertyValue (string page, string name, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.ConfigurationDimensionValue> dimensions, string? value);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.SetUnevaluatedUIPropertyValue : string * string * System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.ConfigurationDimensionValue> * string -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.SetUnevaluatedUIPropertyValue
Public Sub New (page As String, name As String, dimensions As ReadOnlyCollection(Of ConfigurationDimensionValue), value As String)
Parameters
- page
- String
The name of the page containing the property.
- name
- String
The name of the property to set.
- dimensions
- ReadOnlyCollection<ConfigurationDimensionValue>
A set of (dimension, value) pairs used to select which project configurations the new value is applied to.
- value
- String
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.
- Attributes
-
Newtonsoft.Json.JsonConstructorAttribute