IBuildComponentMetadataIsVisible 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: 2024.12.21.0
bool IsVisible { get; }

Property Value

Boolean

Remarks

Configuration tools can use this to exclude components that should not appear for the user to select.

See Also