XamlWriter.Save Method
.NET Framework 3.0
Returns a Extensible Application Markup Language (XAML) string that serializes the provided object.
| Name | Description |
|---|---|
| XamlWriter.Save (Object) | Returns a Extensible Application Markup Language (XAML) string that serializes the provided object and its properties. |
| XamlWriter.Save (Object, Stream) | Saves Extensible Application Markup Language (XAML) information into a provided stream to serialize the provided object and its properties. |
| XamlWriter.Save (Object, TextWriter) | Saves Extensible Application Markup Language (XAML) information as the source for a provided text writer object. The output of the text writer can then be used to serialize the provided object and its properties. |
| XamlWriter.Save (Object, XamlDesignerSerializationManager) | Saves Extensible Application Markup Language (XAML) information into a custom serializer. The output of the serializer can then be used to serialize the provided object and its properties. |
| XamlWriter.Save (Object, XmlWriter) | Saves Extensible Application Markup Language (XAML) information as the source for a provided XML writer object. The output of the XML writer can then be used to serialize the provided object and its properties. |
Community Additions
ADD
Show: