AdditionalReferenceLinksPlugInReport Method
This is called by the build process to report build progress for the reference link projects
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public void Report(
BuildProgressEventArgs value
)
Public Sub Report (
value As BuildProgressEventArgs
)
public:
virtual void Report(
BuildProgressEventArgs^ value
) sealed
abstract Report :
value : BuildProgressEventArgs -> unit
override Report :
value : BuildProgressEventArgs -> unit
- value BuildProgressEventArgs
- The event arguments
IProgressTReport(T) Since the build is synchronous in this plug-in, we need to implement the interface and
report progress synchronously as well or the final few messages can get lost and it looks like the
build failed.