Windward Studios API Reference
ToXml(XmlWriter,String) Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > TemplateVariable Class > ToXml Method : ToXml(XmlWriter,String) Method




xmlWriter
Write to this XML.
nodeName
The parent node name.

Glossary Item Box

Write out the xml for this var.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ToXml( _
   ByVal xmlWriter As XmlWriter, _
   ByVal nodeName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As TemplateVariable
Dim xmlWriter As XmlWriter
Dim nodeName As String
 
instance.ToXml(xmlWriter, nodeName)
C# 
public void ToXml( 
   XmlWriter xmlWriter,
   string nodeName
)
Managed Extensions for C++ 
public: void ToXml( 
   XmlWriter* xmlWriter,
   string* nodeName
) 
C++/CLI 
public:
void ToXml( 
   XmlWriter^ xmlWriter,
   String^ nodeName
) 

Parameters

xmlWriter
Write to this XML.
nodeName
The parent node name.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software