MSHelpAttrCollection.WriteXml Method

HTML to MAML Converter

MSHelpAttrCollectionWriteXml Method
Write the collection to the given XML text writer

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

Parameters

xw
Type: System.XmlXmlWriter
The XML text writer to which the information is written.
includeContainer
Type: SystemBoolean
True to write out the containing HelpAttributes element, false to exclude it.
See Also