XamlReader.Load Method
Reads XAML input and returns the root of the corresponding object tree.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Load(Stream) | Reads the XAML input in the specified Stream and returns an Object that is the root of the corresponding object tree. |
|
Load(XamlReader) | Reads the XAML input through a provided XamlReader and returns an object that is the root of the corresponding object tree. |
|
Load(XmlReader) | Reads the XAML input in the specified XmlReader and returns an object that is the root of the corresponding object tree. |
|
Load(Stream, ParserContext) | Reads the XAML input in the specified Stream and returns an object that is the root of the corresponding object tree. |