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.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

public:
static void Save(
	TextWriter^ writer,
	Object^ instance
)

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
Return to top
Show: