MSHelp Keyword CollectionWrite Xml Method
This is used to save the keyword collection to the project file
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public void WriteXml(
XmlWriter xw
)VB
Public Sub WriteXml (
xw As XmlWriter
)C++
public:
void WriteXml(
XmlWriter^ xw
)F#
member WriteXml :
xw : XmlWriter -> unit Parameters
- xw XmlWriter
- The XML text writer to which the information is written