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

XmlReaderSettings.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 XmlReaderSettings instance.

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

'Declaration
Public Function Clone As XmlReaderSettings

Return Value

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

The cloned XmlReaderSettings 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