The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XamlWriter.Save Method
Visual Studio 2008
Returns a Extensible Application Markup Language (XAML) string that serializes the provided 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 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. |
Community Additions
Show: