In This Topic
Saves addition attributes of the field into an
System.Xml.XmlWriter.
Syntax
'Declaration
Protected Overridable Sub WriteAttributes( _
ByVal As XmlWriter _
)
protected virtual void WriteAttributes(
XmlWriter
)
Parameters
- xw
- System.Xml.XmlWriter where the field will be saved.
See Also