XamlWriter.Save Method
Returns XAML either directly or through an object intermediary that serializes the specified object.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Save(Object) | Returns a XAML string that serializes the specified object and its properties. |
![]() ![]() | Save(Object, Stream) | Saves XAML information into a specified stream to serialize the specified object and its properties. |
![]() ![]() | Save(Object, TextWriter) | Saves XAML information as the source for a provided TextWriter object. The output of the TextWriter can then be used to serialize the provided object and its properties. |
![]() ![]() | Save(Object, XamlDesignerSerializationManager) | Saves XAML information into a custom serializer. The output of the serializer can then be used to serialize the provided object and its properties. |
![]() ![]() | Save(Object, XmlWriter) |

