HelpFileBuilderPlugInExportAttribute Class
Definition
- Namespace
- Sandcastle.Core.PlugIn
- Assembly
- Sandcastle.Core.dll
This is a custom version of the ExportAttribute that contains metadata for the help file builder plug-ins.
[MetadataAttribute]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class HelpFileBuilderPlugInExportAttribute : ExportAttribute
- Inheritance
-
HelpFileBuilderPlugInExportAttribute
Constructors
| HelpFileBuilderPlugInExportAttribute(string) |
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 |