HelpFileBuilderPlugInExportAttribute Class
This is a custom version of the
ExportAttribute that contains metadata for the help file
builder plug-ins.
Namespace: Sandcastle.Core.PlugInAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public sealed class HelpFileBuilderPlugInExportAttribute : ExportAttribute
Public NotInheritable Class HelpFileBuilderPlugInExportAttribute
Inherits ExportAttribute
public ref class HelpFileBuilderPlugInExportAttribute sealed : public ExportAttribute
[<SealedAttribute>]
type HelpFileBuilderPlugInExportAttribute =
class
inherit ExportAttribute
end
- Inheritance
- ExportAttribute HelpFileBuilderPlugInExportAttribute
| Copyright |
This is used to get or set copyright information for the plug-in
|
| Description |
This is used to get or set a brief description of the plug-in
|
| Id |
This read-only property is used to get the plug-in ID
|
| IsHidden |
This is used to indicate whether or not the plug-in is hidden in the project plug-in property page
|
| RunsInPartialBuild |
This is used to get or set whether or not the plug-in runs in partial builds
|
| Version |
This is used to get or set the plug-in version number
|