This documentation is archived and is not being maintained.
XamlWriter::Save Method
Visual Studio 2010
Returns XAML either directly or through an object intermediary that serializes the specified object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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) | Saves XAML information as the source for a provided XmlWriter object. The output of the XmlWriter can then be used to serialize the provided object and its properties. |
Show: