XElement::Load Method (Stream^)
Creates a new XElement instance by using the specified stream.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Parameters
- stream
-
Type:
System.IO::Stream^
The stream that contains the XML data.
Return Value
Type: System.Xml.Linq::XElement^An XElement object used to read the data that is contained in the stream.
If you want to control load options, use the Load overload that takes LoadOptions as a parameter.
LINQ to XML's loading functionality is built upon XmlReader. Therefore, you might catch any exceptions that are thrown by the XmlReader::Create overload methods and the XmlReader methods that read and parse the document.
If you have to modify XmlReaderSettings, following these steps:
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1