| 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family