MSHelpKeywordCollection.WriteXml Method

HTML to MAML Converter

MSHelpKeywordCollectionWriteXml Method
This is used to save the keyword collection to the project file.

Namespace: SandcastleBuilder.Utils
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public void WriteXml(
	XmlWriter xw
)
Public Sub WriteXml ( 
	xw As XmlWriter
)
public:
void WriteXml(
	XmlWriter^ xw
)
member WriteXml : 
        xw : XmlWriter -> unit 

Parameters

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