UserVisibleAttribute.UserVisible 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 the extension is visible to the user.
public:
property bool UserVisible { bool get(); };
public:
property bool UserVisible { bool get(); };
public bool UserVisible { get; }
member this.UserVisible : bool
Public ReadOnly Property UserVisible As Boolean
Property Value
true if the extension is visible to the user, otherwise false.