XElement.Load Method (XmlReader)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Parameters
- reader
- Type: System.Xml.XmlReader
A XmlReader that will be read for the content of the XElement.
Return Value
Type: System.Xml.Linq.XElementAn XElement that contains the XML that was read from the specified XmlReader.
If you want to control load options, use the Load overload that takes LoadOptions as a parameter.
Show: