IBuildAssemblerLoadComponent Method

This is used to create a component based on the given configuration

Definition

Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
BuildComponentCore LoadComponent(
	XPathNavigator configuration
)

Parameters

configuration  XPathNavigator
The component configuration

Return Value

BuildComponentCore
A component created using the given definition

Exceptions

ArgumentNullExceptionThis is thrown if configuration is null

See Also