Click or drag to resize
Sandcastle Help File BuilderCodeBlockComponentInitialize Method
This abstract method must be overridden to initialize the component

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public override void Initialize(
	XPathNavigator configuration
)

Parameters

configuration
Type: System.Xml.XPathXPathNavigator
The component configuration
Exceptions
ExceptionCondition
ConfigurationErrorsExceptionThis is thrown if an error is detected in the configuration.
Remarks
See the CodeBlockComponent class topic for an example of the configuration and usage.
See Also