XamlObjectWriter::WriteStartObject Method (XamlType^)
.NET Framework (current version)
Writes an object node into the current scope, and sets the scope to a new object scope.
Assembly: System.Xaml (in System.Xaml.dll)
Parameters
- xamlType
-
Type:
System.Xaml::XamlType^
The type to write. Typically you obtain this value from a XAML reader.
| Exception | Condition |
|---|---|
| XamlObjectWriterException | Processing an IsUnknown type and cannot create an object. -or- Attempted to write a start object in an invalid scope. |
| XamlParseException | Attempted to write a root object when the root object was already provided in the settings. |
| ArgumentNullException | xamlType is null. |
Notes to Inheritors:
If the current scope is inside a collection, dictionary, or array, the new instance should be added to the collection, dictionary, or array by using the Add method of the relevant type. Otherwise, the member should be assigned to the new instance.
.NET Framework
Available since 4.0
Available since 4.0
Show: