XamlServices::Save Method (TextWriter^, Object^)
.NET Framework (current version)
Processes a provided object graph into a XAML node representation and then into an output that goes to the provided TextWriter.
Assembly: System.Xaml (in System.Xaml.dll)
Parameters
- writer
-
Type:
System.IO::TextWriter^
The TextWriter that writes the output.
- 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: