XamlWriter::Save Method

 

Returns XAML either directly or through an object intermediary that serializes the specified object.

Namespace:   System.Windows.Markup
Assembly:  PresentationFramework (in PresentationFramework.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticSave(Object^)

Returns a XAML string that serializes the specified object and its properties.

System_CAPS_pubmethodSystem_CAPS_staticSave(Object^, Stream^)

Saves XAML information into a specified stream to serialize the specified object and its properties.

System_CAPS_pubmethodSystem_CAPS_staticSave(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.

System_CAPS_pubmethodSystem_CAPS_staticSave(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.

System_CAPS_pubmethodSystem_CAPS_staticSave(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.

Return to top
Show: