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