| 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)  | |
| 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