XamlServices.Load Method
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Loads source for a XAML reader and writes its output as an object graph.
Assembly: System.Xaml (in System.Xaml.dll)
Name | Description | |
---|---|---|
![]() ![]() | Load(Stream) | Loads a Stream source for a XAML reader and writes its output as an object graph. |
![]() ![]() | Load(String) | Loads a Stream source for a XAML reader and returns an object graph. |
![]() ![]() | Load(TextReader) | Creates a XAML reader from a TextReader, and returns an object graph. |
![]() ![]() | Load(XamlReader) | Loads a specific XAML reader implementation and returns an object graph. |
![]() ![]() | Load(XmlReader) | Loads a specific XML reader implementation and returns an object graph. |
Show: