TaskProvider.AlwaysVisible 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 whether or not the provider is always visible in the dropdown menu even though it has no tasks.
public:
property bool AlwaysVisible { bool get(); void set(bool value); };
public:
property bool AlwaysVisible { bool get(); void set(bool value); };
public bool AlwaysVisible { get; set; }
member this.AlwaysVisible : bool with get, set
Public Property AlwaysVisible As Boolean
Property Value
true
if it is always visible, otherwise false
.