XamlReader.Load Method
.NET Framework 3.5
Reads XAML markup 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 markup in the specified Stream and returns an Object that corresponds to the root of the specified markup. |
|
Load(XmlReader) | Reads the XAML markup in the specified XmlReader and returns an object that corresponds to the root of the specified markup. |
|
Load(Stream, ParserContext) | Reads the XAML markup in the specified Stream and returns an object that corresponds to the root object of the specified markup. |