Region.WriteXML (String, IList<Region>) Method

Write a list of regions to an XML file.
Public Shared Sub WriteXML( _ 
ByVal fileName As String, _ 
ByVal regions As IList(Of Region) _ 
)
This language is not supported or no code example is available.
public static void WriteXML( 
string fileName
IList<Region> regions 
)
This language is not supported or no code example is available.

Parameters

fileName
string

The name of the file to save

regions
IList<Region>

The list of regions to save

Remarks
 
For debugging purposes only!

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition