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.

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

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

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