Clone Method
Collapse the table of content
Expand the table of content

XmlWriterSettings.Clone Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates a copy of the XmlWriterSettings instance.

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public XmlWriterSettings Clone()

Return Value

Type: System.Xml.XmlWriterSettings
The cloned XmlWriterSettings object.

The cloned XmlWriterSettings object can be modified without affecting the settings on the original object.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft