BuildComponentExportAttributeIsVisible Property
This is used to get or set whether or not the component is visible to configuration tools
Namespace: Sandcastle.Core.BuildAssembler.BuildComponentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public bool IsVisible { get; set; }
Public Property IsVisible As Boolean
Get
Set
public:
property bool IsVisible {
bool get ();
void set (bool value);
}
member IsVisible : bool with get, set
Property Value
Boolean Configuration tools can use this to exclude components that should not appear for the user
to select. It is false by default.