WriteXml Method (IconSet)
In This Topic
Writes this
IconSet into an
System.Xml.XmlWriter.
Syntax
'Declaration
Public Sub WriteXml( _
ByVal As System.Xml.XmlWriter, _
Optional ByVal As System.String _
)
public void WriteXml(
System.Xml.XmlWriter ,
System.string
)
Parameters
- writer
- System.Xml.XmlWriter that will receive the icon set definition.
- postfix
- The string to use as a postfix part of the iconSet name.
See Also