BuildComponentExportAttributeIsVisible 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: 2024.9.12.0
public bool IsVisible { get; set; }

Property Value

Boolean

Remarks

Configuration tools can use this to exclude components that should not appear for the user to select. It is false by default.

See Also