XamlServices::Load Method (XmlReader^)
.NET Framework (current version)
Loads a specific XML reader implementation and returns an object graph.
Assembly: System.Xaml (in System.Xaml.dll)
Parameters
- xmlReader
-
Type:
System.Xml::XmlReader^
The XmlReader implementation to use as the reader for this Load operation.
| Exception | Condition |
|---|---|
| ArgumentNullException | xamlReader input is null. |
You should typically use this signature only if you defined your own implementation of a XmlReader.
.NET Framework
Available since 4.0
Available since 4.0
Show: