Save Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Windows.Markup Namespac ...
XamlWriter Class
XamlWriter Methods
Save Method
Save Method (Object)
Save Method (Object, Stream)
Save Method (Object, TextWrite ...
Save Method (Object, XamlDesig ...
Save Method (Object, XmlWriter ...
XamlWriter Methods
Save Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
XamlWriter
.
.
::
.
Save Method
Returns a Extensible Application Markup Language (XAML) string that serializes the provided object.
Overload List
Name
Description
Save(Object)
Returns a Extensible Application Markup Language (XAML) string that serializes the provided object and its properties.
Save(Object, Stream)
Saves Extensible Application Markup Language (XAML) information into a provided stream to serialize the provided object and its properties.
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.
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.
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.
Top
See Also
Reference
XamlWriter Class
XamlWriter Members
System.Windows.Markup Namespace
Tags :