XamlWriter::SchemaContext Property

.NET Framework (current version)
 

When implemented in a derived class, gets the active XAML schema context.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

public:
property XamlSchemaContext^ SchemaContext {
	virtual XamlSchemaContext^ get() abstract;
}

Property Value

Type: System.Xaml::XamlSchemaContext^

The active XAML schema context.

.NET Framework
Available since 4.0
Return to top
Show: