XamlXmlReader Constructor (Stream^, XamlSchemaContext^)
.NET Framework (current version)
Initializes a new instance of the XamlXmlReader class, based on a stream, and using a supplied XAML schema context.
Assembly: System.Xaml (in System.Xaml.dll)
Parameters
- stream
-
Type:
System.IO::Stream^
The initial stream to load into the reader.
- schemaContext
-
Type:
System.Xaml::XamlSchemaContext^
The XAML schema context for XAML processing.
| Exception | Condition |
|---|---|
| ArgumentNullException | stream or schemaContext is null. |
.NET Framework
Available since 4.0
Available since 4.0
Show: