SettingCategory.VisibleWhen 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 category is visible in the UI.
[System.Runtime.Serialization.DataMember]
public Microsoft.VisualStudio.Extensibility.Settings.SettingRule? VisibleWhen { get; init; }
[<System.Runtime.Serialization.DataMember>]
member this.VisibleWhen : Microsoft.VisualStudio.Extensibility.Settings.SettingRule with get, set
Public Property VisibleWhen As SettingRule
Property Value
- Attributes