XamlServices.Save Method
Processes a provided object graph into a XAML node representation and then into an output format for serialization.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Save(Object) | Processes a provided object tree into a XAML node representation, and returns a string representation of the output XAML. |
|
Save(Stream, Object) | Processes a provided object graph into a XAML node representation and then into an output stream for serialization. |
|
Save(String, Object) | Processes a provided object graph into a XAML node representation and then writes it to an output file at a provided location. |
|
Save(TextWriter, Object) | Processes a provided object graph into a XAML node representation and then into an output that goes to the provided TextWriter. |
|
Save(XamlWriter, Object) | Processes a provided object graph into a XAML node representation and then writes it to the provided XAML writer. |
|
Save(XmlWriter, Object) | Processes a provided object graph into a XAML node representation and then writes it to the provided XmlWriter. |