XamlServices::Save Method (XamlWriter^, Object^)

.NET Framework (current version)
 

Processes a provided object graph into a XAML node representation and then writes it to the provided XAML writer.

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

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

Parameters

writer
Type: System.Xaml::XamlWriter^

The XamlWriter implementation to use.

instance
Type: System::Object^

The root of the object graph to process.

Exception Condition
ArgumentNullException

writer input is null.

You should typically use this signature only in the following cases:

  • You defined your own implementation of a XamlWriter.

  • You specified settings for the XamlWriter that differ from the default settings.

.NET Framework
Available since 4.0
Return to top
Show: