CodeBlockComponentInitialize Method

This abstract method must be overridden to initialize the component

Definition

Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public override void Initialize(
	XPathNavigator configuration
)

Parameters

configuration  XPathNavigator
The component configuration

Remarks

See the CodeBlockComponent class topic for an example of the configuration and usage.

Exceptions

ArgumentExceptionThis is thrown if an error is detected in the configuration.

See Also