Click or drag to resize
Sandcastle Help File BuilderMSHelpKeywordCollectionWriteXml Method
This is used to save the keyword collection to the project file.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void WriteXml(
	XmlWriter xw
)

Parameters

xw
Type: System.XmlXmlWriter
The XML text writer to which the information is written.
See Also