Build Component Export AttributeIs Visible Property
This is used to get or set whether or not the component is visible to configuration tools
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool IsVisible { get; set; }VB
Public Property IsVisible As Boolean
Get
SetC++
public:
property bool IsVisible {
bool get ();
void set (bool value);
}F#
member IsVisible : bool with get, setProperty Value
BooleanRemarks
Configuration tools can use this to exclude components that should not appear for the user
to select. It is false by default.