DocumentProperties::Visible Property
Visual Studio 2015
Determines if the DocumentProperties object is visible in the Properties window.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
public: [BrowsableAttribute(false)] property bool Visible { bool get(); void set(bool value); }
Property Value
Type: System::BooleanIf the DocumentProperties object is visible, returns true; otherwise, returns false.
The DocumentProperties class uses an internal flag to track visibility and this flag is set in the DocumentProperties class constructor. If the internal flag is changed by the Visible property, the Properties window is refreshed but only if the internal flag differs from the new flag.
Show: