XamlWriter.WriteStartObject(XamlType) Metoda

Definice

Při implementaci v odvozené třídě zapíše reprezentaci počátečního uzlu objektu.

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)

Parametry

type
XamlType

Typ XAML objektu, který se má zapisovat.

Platí pro