This topic has not yet been rated - Rate this topic

XamlServices.Load Method

Loads source for a XAML reader and writes its output as an object graph.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Static member Load(Stream) Loads a Stream source for a XAML reader and writes its output as an object graph.
Public method Static member Load(String) Loads a Stream source for a XAML reader and returns an object graph.
Public method Static member Load(TextReader) Creates a XAML reader from a TextReader, and returns an object graph.
Public method Static member Load(XamlReader) Loads a specific XAML reader implementation and returns an object graph.
Public method Static member Load(XmlReader) Loads a specific XML reader implementation and returns an object graph.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.