Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectHelpAttributes Property
This is used to get a collection of additional Help 2 attributes that will be added to each generated help topic.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public MSHelpAttrCollection HelpAttributes { get; }

Property Value

Type: MSHelpAttrCollection
Remarks
The attributes are added by a custom build component in the BuildAssembler step.
See Also