This topic has not yet been rated - Rate this topic

XamlWriter.Save Method

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.