Setting.EnabledWhen Property

Definition

Gets the rule that determines if this setting is enabled in the UI.

[System.Runtime.Serialization.DataMember(Name="enableWhen")]
public Microsoft.VisualStudio.Extensibility.Settings.SettingRule? EnabledWhen { get; init; }
[<System.Runtime.Serialization.DataMember(Name="enableWhen")>]
member this.EnabledWhen : Microsoft.VisualStudio.Extensibility.Settings.SettingRule with get, set
Public Property EnabledWhen As SettingRule

Property Value

Attributes

Applies to