This task is used to build help file output using the Sandcastle Help File Builder.

Namespace: SandcastleBuilder.Utils.MSBuild
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0

Syntax

C#
public class BuildHelp : Task, ICancelableTask, 
	ITask
Visual Basic
Public Class BuildHelp _
	Inherits Task _
	Implements ICancelableTask, ITask

Remarks

All messages from this task are logged with a high priority since it will run for a long time and we need to see the progress messages to know it's doing something. If set to Normal and ran from within Visual Studio, it won't show the progress messages when the logging options are set to Minimal.

Inheritance Hierarchy

System..::..Object
  Microsoft.Build.Utilities..::..Task
    SandcastleBuilder.Utils.MSBuild..::..BuildHelp

See Also