CompletionNotificationPlugInExecute Method
This method is used to execute the plug-in during the build process
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public void Execute(
ExecutionContext context
)
Public Sub Execute (
context As ExecutionContext
)
public:
virtual void Execute(
ExecutionContext^ context
) sealed
abstract Execute :
context : ExecutionContext -> unit
override Execute :
context : ExecutionContext -> unit
- context ExecutionContext
- The current execution context
IPlugInExecute(ExecutionContext) Since this runs after completion of the build and the log file is closed, any progress
messages reported here will not appear in it, just in the output window on the main form.