BuildComponentExportAttribute.IsVisible Property
Definition
- Assembly
- Sandcastle.Core.dll
This is used to get or set whether or not the component is visible to configuration tools
public bool IsVisible { get; set; }
Property Value
Remarks
Configuration tools can use this to exclude components that should not appear for the user to select. It is false by default.