.NET Framework Class Library
XamlWriter..::.Save Method

Returns a Extensible Application Markup Language (XAML) string that serializes the provided object.

Overload List

  NameDescription
Public methodStatic memberSave(Object)Returns a Extensible Application Markup Language (XAML) string that serializes the provided object and its properties.
Public methodStatic memberSave(Object, Stream)Saves Extensible Application Markup Language (XAML) information into a provided stream to serialize the provided object and its properties.
Public methodStatic memberSave(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.
Public methodStatic memberSave(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.
Public methodStatic memberSave(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.
Top
See Also

Reference

Tags :


Page view tracker