Help File Builder Plug In Export Attribute Class
This is a custom version of the ExportAttribute that contains metadata for the help file
builder plug-ins.
Definition
Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public sealed class HelpFileBuilderPlugInExportAttribute : ExportAttributeVB
Public NotInheritable Class HelpFileBuilderPlugInExportAttribute
Inherits ExportAttributeC++
public ref class HelpFileBuilderPlugInExportAttribute sealed : public ExportAttributeF#
[<SealedAttribute>]
type HelpFileBuilderPlugInExportAttribute =
class
inherit ExportAttribute
end- Inheritance
- ExportAttribute HelpFileBuilderPlugInExportAttribute
Constructors
| HelpFileBuilderPlugInExportAttribute | Constructor |
Properties
| 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 |