C1.Win.8 Assembly / C1.Framework Namespace / IconSet Class / WriteXml Method
System.Xml.XmlWriter that will receive the icon set definition.
The string to use as a postfix part of the iconSet name.

In This Topic
WriteXml Method (IconSet)
In This Topic
Writes this IconSet into an System.Xml.XmlWriter.
Syntax
'Declaration
 
Public Sub WriteXml( _
   ByVal writer As XmlWriter, _
   Optional ByVal postfix As 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