Region.WriteXML (String) Method

Write the region to an XML file. For debugging purposes only.
Public Sub WriteXML( _ 
ByVal fileName As String
)
This language is not supported or no code example is available.
public void WriteXML( 
string fileName 
)
This language is not supported or no code example is available.

Parameters

fileName
string

The name of the file to save

Remarks
 
For debugging purposes only!

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition