Converts the rule into its XML representation.
Syntax
'Declaration
Protected Overrides NotOverridable Sub OnWriteXml( _
ByVal As XmlWriter _
)
'Usage
Dim instance As Top10Rule
Dim writer As XmlWriter
instance.OnWriteXml(writer)
protected override void OnWriteXml(
XmlWriter
)
Parameters
- writer
- The XML writer.
See Also