XamlWriter.WriteStartObject(XamlType) Method

Definition

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

public:
 abstract void WriteStartObject(System::Xaml::XamlType ^ type);
public abstract void WriteStartObject (System.Xaml.XamlType type);
abstract member WriteStartObject : System.Xaml.XamlType -> unit
Public MustOverride Sub WriteStartObject (type As XamlType)

Parameters

type
XamlType

The XAML type of the object to write.

Applies to