XamlServices::Save Method (XmlWriter^, Object^)
.NET Framework (current version)
Processes a provided object graph into a XAML node representation and then writes it to the provided XmlWriter.
Assembly: System.Xaml (in System.Xaml.dll)
Parameters
- writer
-
Type:
System.Xml::XmlWriter^
The XmlWriter implementation to use.
- instance
-
Type:
System::Object^
The root of the object graph to process.
| Exception | Condition |
|---|---|
| ArgumentNullException | writer input is null. |
.NET Framework
Available since 4.0
Available since 4.0
Show: