XamlXmlReader::SchemaContext Property
.NET Framework (current version)
Gets an object that provides schema information for the information set.
Assembly: System.Xaml (in System.Xaml.dll)
public: property XamlSchemaContext^ SchemaContext { virtual XamlSchemaContext^ get() override; }
Property Value
Type: System.Xaml::XamlSchemaContext^An object that provides schema information for the information set.
This value is either the default XAML schema context or a specifically derived XAML schema context that is provided as constructor information. Schema context affects many aspects of XAML processing behavior. In particular, the SchemaContext of the reader is generally used by any associated writer.
.NET Framework
Available since 4.0
Available since 4.0
Show: