XamlWriter::WriteStartObject Method (XamlType^)

.NET Framework (current version)
 

When implemented in a derived class, writes the representation of a start object node.

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

public:
virtual void WriteStartObject(
	XamlType^ type
) abstract

Parameters

type
Type: System.Xaml::XamlType^

The XAML type of the object to write.

.NET Framework
Available since 4.0
Return to top
Show: