XamlObjectWriter Constructor (XamlSchemaContext^)
.NET Framework (current version)
Initializes a new instance of the XamlObjectWriter class using the XAML schema context that is used by a XamlReader.
Assembly: System.Xaml (in System.Xaml.dll)
Parameters
- schemaContext
-
Type:
System.Xaml::XamlSchemaContext^
A XAML schema context that is shared with the XAML reader that provides nodes for writing.
| Exception | Condition |
|---|---|
| ArgumentNullException | schemaContext is null. |
.NET Framework
Available since 4.0
Available since 4.0
Show: