Load Method (XmlReader)

XDocument.Load Method (XmlReader)

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

Creates a new XDocument from an XmlReader.

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

public static XDocument Load(
	XmlReader reader
)

Parameters

reader
Type: System.Xml.XmlReader
A XmlReader that contains the content for the XDocument.

Return Value

Type: System.Xml.Linq.XDocument
An XDocument that contains the contents of the specified XmlReader.

If you want to control load options, use the Load overload that takes LoadOptions as a parameter.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft