XamlObjectWriter::SchemaContext Property
.NET Framework (current version)
Gets the active XAML schema context.
Assembly: System.Xaml (in System.Xaml.dll)
public: property XamlSchemaContext^ SchemaContext { virtual XamlSchemaContext^ get() override; }
XAML schema context is a necessary information source for most practical object-writing scenarios. The XAML schema context influences the type lookup for backing types and holds information about the assemblies where backing types exist. The default XAML schema context is based on CLR type-mapping rules. Frameworks typically provide their own XAML schema context in order to assure that that the assembly-loading mechanisms match the framework's programming amd application models.
.NET Framework
Available since 4.0
Available since 4.0
Show: