[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)
Converts an object into its XML representation.
Namespace: DynamicNode.Ext.VisualAssembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)
Syntax
| C# |
|---|
public void WriteXml( XmlWriter writer ) |
| Visual Basic |
|---|
Public Sub WriteXml ( _ writer As XmlWriter _ ) |
| F# |
|---|
abstract WriteXml : writer:XmlWriter -> unit override WriteXml : writer:XmlWriter -> unit |
Parameters
- writer
- Type: System.Xml..::..XmlWriter
The XmlWriter stream to which the object is serialized.