ShowMissingComponent.Initialize Method
Definition
- Namespace
- Sandcastle.Tools.BuildComponents
- Assembly
- Sandcastle.Tools.BuildComponents.dll
This abstract method must be overridden to initialize the component
public override void Initialize(XPathNavigator configuration)
Parameters
configurationXPathNavigatorThe component configuration
Exceptions
- ArgumentException
This is thrown if an error is detected in the configuration.
Remarks
See the ShowMissingComponent class topic for an example of the configuration