CodeLensDataPointProviderDescriptor.DynamicVisibility 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.
Determines if this provider creates data point that supports dynamic visibility and should only be visualized is it has data to show.
public:
property bool DynamicVisibility { bool get(); void set(bool value); };
public bool DynamicVisibility { get; set; }
member this.DynamicVisibility : bool with get, set
Public Property DynamicVisibility As Boolean