Setting.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 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