XamlWriter.SchemaContext 属性

定义

在派生类中实现时,获取或设置活动 XAML 架构上下文。

public:
 abstract property System::Xaml::XamlSchemaContext ^ SchemaContext { System::Xaml::XamlSchemaContext ^ get(); };
public abstract System.Xaml.XamlSchemaContext SchemaContext { get; }
member this.SchemaContext : System.Xaml.XamlSchemaContext
Public MustOverride ReadOnly Property SchemaContext As XamlSchemaContext

属性值

XamlSchemaContext

活动 XAML 架构上下文。

适用于