MSHelpKeywordCollectionWriteXml Method

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

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public void WriteXml(
	XmlWriter xw
)

Parameters

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

See Also