Click or drag to resize
Sandcastle Help File BuilderMultiFormatOutputComponentApply Method
This is implemented to execute each set of components for the requested output formats.

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public override void Apply(
	XmlDocument document,
	string key
)

Parameters

document
Type: System.XmlXmlDocument
The XML document with which to work.
key
Type: SystemString
The key (member name) of the item being documented.
See Also