IBuild Component MetadataIs Visible Property
This read-only property returns true if the build 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#
bool IsVisible { get; }VB
ReadOnly Property IsVisible As Boolean
GetC++
property bool IsVisible {
bool get ();
}F#
abstract IsVisible : bool with getProperty Value
BooleanRemarks
Configuration tools can use this to exclude components that should not appear for the user
to select.