MSHelpKeywordCollectionWriteXml Method

This is used to save the keyword collection to the project file

Definition

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

Parameters

xw  XmlWriter
The XML text writer to which the information is written

See Also