| SandcastleProjectHelpAttributes Property |
This is used to get a collection of additional Help 2 attributes
that will be added to each generated help topic.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public MSHelpAttrCollection HelpAttributes { get; }
Public ReadOnly Property HelpAttributes As MSHelpAttrCollection
Get
public:
property MSHelpAttrCollection^ HelpAttributes {
MSHelpAttrCollection^ get ();
}
member HelpAttributes : MSHelpAttrCollection with get
Property Value
Type:
MSHelpAttrCollectionRemarks The attributes are added by a custom build component in
the BuildAssembler step.
See Also