BuildComponentExportAttribute Class
This is a custom version of the
ExportAttribute that contains metadata for the
BuildAssembler build components.
Namespace: Sandcastle.Core.BuildAssembler.BuildComponentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public sealed class BuildComponentExportAttribute : ExportAttribute
Public NotInheritable Class BuildComponentExportAttribute
Inherits ExportAttribute
public ref class BuildComponentExportAttribute sealed : public ExportAttribute
[<SealedAttribute>]
type BuildComponentExportAttribute =
class
inherit ExportAttribute
end
- Inheritance
- ExportAttribute BuildComponentExportAttribute
| Copyright |
This is used to get or set copyright information for the build component
|
| Description |
This is used to get or set a brief description of the build component
|
| Id |
This read-only property is used to get the build component ID
|
| IsVisible |
This is used to get or set whether or not the component is visible to configuration tools
|
| Version |
This is used to get or set the build component version number
|