XamlReader::Load Method
.NET Framework (current version)
Reads XAML input and returns the root of the corresponding object tree.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Load(Stream^) | |
![]() ![]() | Load(Stream^, ParserContext^) | 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. |
Show:

