IBuildComponentMetadataIsVisible Property
This read-only property returns true if the build component is visible to configuration tools
Namespace: Sandcastle.Core.BuildAssembler.BuildComponentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
ReadOnly Property IsVisible As Boolean
Get
property bool IsVisible {
bool get ();
}
abstract IsVisible : bool with get
Property Value
Boolean Configuration tools can use this to exclude components that should not appear for the user
to select.