ArraySettingItemProperty.EnabledWhen Property
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.
Gets the rule that determines if this property is enabled in the UI.
[System.Runtime.Serialization.DataMember(Name="enableWhen")]
public Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule? EnabledWhen { get; init; }
[<System.Runtime.Serialization.DataMember(Name="enableWhen")>]
member this.EnabledWhen : Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule with get, set
Public Property EnabledWhen As ArraySettingItemPropertyRule
Property Value
- Attributes